Last updated on 2026-04-09 05:51:53 CEST.
| Package | ERROR | OK |
|---|---|---|
| spatialwarnings | 1 | 13 |
Current CRAN status: ERROR: 1, OK: 13
Version: 3.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [41s/53s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
>
> library(spatialwarnings)
Loading required package: future
This is spatialwarnings 3.1.1
Use plan(multisession) to set up parallel processing
> if ( require("testthat") ) {
+ test_check("spatialwarnings")
+ }
Loading required package: testthat
Saving _problems/test-flowlength-55.R
[ FAIL 1 | WARN 2 | SKIP 9 | PASS 156 ]
══ Skipped tests (9) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-custom_indicator.R:25:3', 'test-kbdm.R:10:3',
'test-psd-predict.R:8:3', 'test-variogram.R:10:3', 'test-workflows.R:33:3'
• empty test (4): , , ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-flowlength.R:53:5'): Flowlength computations are OK ──────────
Expected `{ ... }` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
Backtrace:
▆
1. ├─base::with(...) at test-flowlength.R:49:3
2. └─base::with.default(...)
3. └─base::eval(substitute(expr), data, enclos = parent.frame())
4. └─base::eval(substitute(expr), data, enclos = parent.frame())
5. └─testthat::expect_true(...) at test-flowlength.R:53:5
[ FAIL 1 | WARN 2 | SKIP 9 | PASS 156 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang