* using log directory 'd:/Rcompile/CRANpkg/local/4.4/whitebox.Rcheck' * using R version 4.4.3 (2025-02-28 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.3.0 GNU Fortran (GCC) 13.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'whitebox/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'whitebox' version '2.4.3' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'whitebox' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [0s] OK * checking whether startup messages can be suppressed ... [0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [35s] OK * checking Rd files ... [10s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... [0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [1s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [13s] ERROR Running 'testthat.R' [13s] Running the tests in 'tests/testthat.R' failed. Complete output: > > library(whitebox) > # whitebox:::wbt_rust_backtrace('1') > > if (requireNamespace("testthat")) { + library(testthat) + test_check("whitebox") + } Loading required namespace: testthat Saving _problems/test-wbt_source-91.R [ FAIL 1 | WARN 12 | SKIP 41 | PASS 34 ] ══ 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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-wbt_source.R:91:5'): wbt_source (vector) works ───────────────── Error: [vect] Query failed Backtrace: ▆ 1. └─whitebox::wbt_source(vf2) at test-wbt_source.R:91:5 2. ├─terra::query(x) 3. └─terra::query(x) 4. └─terra (local) .local(x, ...) 5. ├─terra::vect(...) 6. └─terra::vect(...) 7. └─terra (local) .local(x, ...) 8. └─terra:::messages(p, "vect") 9. └─terra:::error(f, x@pntr$getError()) [ FAIL 1 | WARN 12 | SKIP 41 | PASS 34 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [19s] OK * checking PDF version of manual ... [48s] OK * checking HTML version of manual ... [111s] OK * DONE Status: 1 ERROR