Last updated on 2024-11-12 03:49:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3 | 5.08 | 50.40 | 55.48 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 3.91 | 35.80 | 39.71 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 93.11 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 102.11 | OK | |||
r-devel-windows-x86_64 | 1.0.3 | 6.00 | 70.00 | 76.00 | OK | |
r-patched-linux-x86_64 | 1.0.3 | 5.15 | 47.61 | 52.76 | OK | |
r-release-linux-x86_64 | 1.0.3 | 4.70 | 47.60 | 52.30 | OK | |
r-release-macos-arm64 | 1.0.3 | 34.00 | OK | |||
r-release-macos-x86_64 | 1.0.3 | 52.00 | OK | |||
r-release-windows-x86_64 | 1.0.3 | 7.00 | 67.00 | 74.00 | OK | |
r-oldrel-macos-arm64 | 1.0.3 | 35.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.3 | 53.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.3 | 8.00 | 78.00 | 86.00 | OK |
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ggperiodic)
Attaching package: 'ggperiodic'
The following object is masked from 'package:stats':
filter
>
> test_check("ggperiodic")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 73 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-fortify.R:10:1'): (code run outside of `test_that()`) ──────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `map_data("world")`: The package "maps" is required for `map_data()`.
Backtrace:
▆
1. ├─ggperiodic::periodic(map_data("world"), long = long) at test-fortify.R:10:1
2. └─ggplot2::map_data("world")
3. └─rlang::check_installed("maps", reason = "for `map_data()`.")
── Error ('test-periodic.R:82:1'): (code run outside of `test_that()`) ─────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `map_data("world")`: The package "maps" is required for `map_data()`.
Backtrace:
▆
1. ├─ggperiodic::periodic(map_data("world"), long = long) at test-periodic.R:82:1
2. └─ggplot2::map_data("world")
3. └─rlang::check_installed("maps", reason = "for `map_data()`.")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 73 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc