Last updated on 2025-12-05 09:50:06 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0 | 7.65 | 142.65 | 150.30 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0 | 5.38 | 105.32 | 110.70 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0 | 19.00 | 246.98 | 265.98 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0 | 21.00 | 247.48 | 268.48 | OK | |
| r-devel-windows-x86_64 | 1.0 | 9.00 | 140.00 | 149.00 | OK | |
| r-patched-linux-x86_64 | 2.0 | 7.66 | 147.40 | 155.06 | OK | |
| r-release-linux-x86_64 | 1.0 | 6.75 | 135.03 | 141.78 | OK | |
| r-release-macos-arm64 | 2.0 | 2.00 | 46.00 | 48.00 | OK | |
| r-release-macos-x86_64 | 2.0 | 7.00 | 150.00 | 157.00 | OK | |
| r-release-windows-x86_64 | 2.0 | 11.00 | 154.00 | 165.00 | OK | |
| r-oldrel-macos-arm64 | 2.0 | 2.00 | 56.00 | 58.00 | OK | |
| r-oldrel-macos-x86_64 | 2.0 | 7.00 | 169.00 | 176.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0 | 15.00 | 167.00 | 182.00 | ERROR |
Version: 2.0
Check: tests
Result: ERROR
Running 'testthat.r' [11s]
Running the tests in 'tests/testthat.r' failed.
Complete output:
> # Run all unit tests
>
> # This is a wrapper around all the tests specified
> # in the tests/testthat directory. These tests are visible
> # to users and serve as small examples as well.
> testthat::test_check("skytrackr")
Loading required package: skytrackr
Attaching package: 'skytrackr'
The following object is masked from 'package:datasets':
rivers
Saving _problems/test_skytrackr-10.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_skytrackr.R:6:1'): (code run outside of `test_that()`) ─────────
Error: [rast] empty srs
Backtrace:
▆
1. └─skytrackr::stk_mask(bbox = bbox, buffer = 150, resolution = 0.5) at test_skytrackr.R:6:1
2. ├─terra::rast(...)
3. └─terra::rast(...)
4. └─terra (local) .local(x = x, ...)
5. └─terra:::new_rast(...)
6. └─terra:::messages(r, "rast")
7. └─terra:::error(f, x@pntr$getError())
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64