Last updated on 2025-12-03 05:50:30 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.4 | 4.15 | 79.99 | 84.14 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.4 | 2.86 | 55.25 | 58.11 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.4 | 20.00 | 115.27 | 135.27 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.4 | 136.07 | OK | |||
| r-devel-windows-x86_64 | 0.2.4 | 8.00 | 95.00 | 103.00 | OK | |
| r-patched-linux-x86_64 | 0.2.4 | 4.91 | 72.68 | 77.59 | OK | |
| r-release-linux-x86_64 | 0.2.4 | 3.42 | 73.91 | 77.33 | OK | |
| r-release-macos-arm64 | 0.2.4 | OK | ||||
| r-release-macos-x86_64 | 0.2.4 | 3.00 | 101.00 | 104.00 | OK | |
| r-release-windows-x86_64 | 0.2.4 | 8.00 | 104.00 | 112.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.4 | 4.00 | 64.00 | 68.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.4 | 7.00 | 114.00 | 121.00 | ERROR |
Version: 0.2.4
Check: tests
Result: ERROR
Running 'testthat.R' [12s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(unifir)
> Sys.setenv("unifir_debugmode" = "true")
> test_check("unifir")
Starting 2 test processes.
Saving _problems/test-associate_coordinates-11.R
[ FAIL 1 | WARN 1 | SKIP 6 | PASS 189 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-add_default_tree.R:2:3', 'test-add_default_tree.R:87:3',
'test-add_player.R:2:3', 'test-add_player.R:86:3', 'test-get_asset.R:2:3',
'test-not_on_ci.R:3:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-associate_coordinates.R:8:3'): associate_coordinates is stable ──
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'crs': error in evaluating the argument 'x' in selecting a method for function 'rast': [rast] empty srs
Backtrace:
▆
1. ├─unifir::associate_coordinates(...) at test-associate_coordinates.R:8:3
2. │ ├─terra::crs(terra::rast(raster))
3. │ └─terra::rast(raster)
4. ├─terra::rast(matrix(data = rep(1, 100), nrow = 10), crs = "EPSG:5071")
5. ├─terra::rast(matrix(data = rep(1, 100), nrow = 10), crs = "EPSG:5071")
6. │ └─terra (local) .local(x, ...)
7. │ ├─terra::rast(...)
8. │ └─terra::rast(...)
9. │ └─terra (local) .local(x = x, ...)
10. │ └─terra:::new_rast(...)
11. │ └─terra:::messages(r, "rast")
12. │ └─terra:::error(f, x@pntr$getError())
13. │ └─base::stop("[", f, "] ", emsg, ..., call. = FALSE)
14. ├─base::.handleSimpleError(`<fn>`, "[rast] empty srs", base::quote(NULL))
15. │ └─base (local) h(simpleError(msg, call))
16. └─base::.handleSimpleError(...)
17. └─base (local) h(simpleError(msg, call))
[ FAIL 1 | WARN 1 | SKIP 6 | PASS 189 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64