Last updated on 2025-12-03 05:50:26 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 | 1.0 | 4.97 | 99.80 | 104.77 | 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 | 10.00 | 142.00 | 152.00 | OK | |
| r-patched-linux-x86_64 | 1.0 | 0.31 | 1.94 | 2.25 | ERROR | |
| 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 | 9.00 | 143.00 | 152.00 | ERROR |
Version: 1.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘mapview’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-patched-linux-x86_64
Version: 2.0
Check: tests
Result: ERROR
Running 'testthat.r' [7s]
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