R Under development (unstable) (2024-05-26 r86629 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(whitebox) > # whitebox:::wbt_rust_backtrace('1') > test_check("whitebox") [ FAIL 0 | WARN 0 | SKIP 41 | PASS 19 ] ══ Skipped tests (41) ══════════════════════════════════════════════════════════ • On CRAN (41): 'test-toolchains.R:23:3', 'test-wbt.R:13:3', 'test-wbt.R:71:3', 'test-wbt.R:120:3', 'test-wbt.R:149:3', 'test-wbt.R:196:3', 'test-wbt_absolute_value.R:5:3', 'test-wbt_arc_cos.R:5:3', 'test-wbt_arc_sin.R:5:3', 'test-wbt_arc_tan.R:5:3', 'test-wbt_arcosh.R:5:3', 'test-wbt_arsinh.R:5:3', 'test-wbt_artanh.R:5:3', 'test-wbt_ceil.R:5:3', 'test-wbt_cos.R:5:3', 'test-wbt_cosh.R:5:3', 'test-wbt_cumulative_distribution.R:5:3', 'test-wbt_decrement.R:5:3', 'test-wbt_exp.R:5:3', 'test-wbt_exp2.R:5:3', 'test-wbt_floor.R:5:3', 'test-wbt_increment.R:5:3', 'test-wbt_is_no_data.R:5:3', 'test-wbt_ln.R:5:3', 'test-wbt_log10.R:5:3', 'test-wbt_log2.R:5:3', 'test-wbt_negate.R:5:3', 'test-wbt_quantiles.R:5:3', 'test-wbt_reciprocal.R:5:3', 'test-wbt_round.R:5:3', 'test-wbt_sin.R:5:3', 'test-wbt_sinh.R:5:3', 'test-wbt_square.R:5:3', 'test-wbt_square_root.R:5:3', 'test-wbt_tan.R:5:3', 'test-wbt_tanh.R:5:3', 'test-wbt_to_degrees.R:5:3', 'test-wbt_to_radians.R:5:3', 'test-wbt_truncate.R:5:3', 'test-wbt_z_scores.R:5:3', 'test-whitebox-package.R:17:3' [ FAIL 0 | WARN 0 | SKIP 41 | PASS 19 ] > > proc.time() user system elapsed 1.35 0.21 1.53