Last updated on 2025-12-03 05:50:31 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.4.3 | 21.79 | 212.23 | 234.02 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.4.3 | 13.79 | 134.80 | 148.59 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.4.3 | 43.00 | 305.43 | 348.43 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.4.3 | 47.00 | 297.45 | 344.45 | OK | |
| r-devel-windows-x86_64 | 2.4.3 | 28.00 | 251.00 | 279.00 | OK | |
| r-patched-linux-x86_64 | 2.4.3 | 28.79 | 180.10 | 208.89 | OK | |
| r-release-linux-x86_64 | 2.4.3 | 17.87 | 180.38 | 198.25 | OK | |
| r-release-macos-arm64 | 2.4.3 | OK | ||||
| r-release-macos-x86_64 | 2.4.3 | 19.00 | 205.00 | 224.00 | OK | |
| r-release-windows-x86_64 | 2.4.3 | 26.00 | 293.00 | 319.00 | OK | |
| r-oldrel-macos-arm64 | 2.4.3 | OK | ||||
| r-oldrel-macos-x86_64 | 2.4.3 | 19.00 | 165.00 | 184.00 | OK | |
| r-oldrel-windows-x86_64 | 2.4.3 | 31.00 | 304.00 | 335.00 | ERROR |
Version: 2.4.3
Check: tests
Result: 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
Flavor: r-oldrel-windows-x86_64