Last updated on 2025-04-04 05:53:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.4 | 4.39 | 62.24 | 66.63 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.4 | 2.79 | 46.16 | 48.95 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.4 | 106.87 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.4 | 144.06 | OK | |||
r-devel-macos-arm64 | 1.1.4 | 110.00 | ERROR | |||
r-devel-macos-x86_64 | 1.1.4 | 114.00 | OK | |||
r-devel-windows-x86_64 | 1.1.4 | 6.00 | 88.00 | 94.00 | OK | |
r-patched-linux-x86_64 | 1.1.4 | 4.07 | 58.62 | 62.69 | OK | |
r-release-linux-x86_64 | 1.1.4 | 3.82 | 56.04 | 59.86 | OK | |
r-release-macos-arm64 | 1.1.4 | 63.00 | OK | |||
r-release-macos-x86_64 | 1.1.4 | 147.00 | OK | |||
r-release-windows-x86_64 | 1.1.4 | 6.00 | 84.00 | 90.00 | OK | |
r-oldrel-macos-arm64 | 1.1.4 | OK | ||||
r-oldrel-macos-x86_64 | 1.1.4 | 116.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.4 | 7.00 | 93.00 | 100.00 | OK |
Version: 1.1.4
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [43s/55s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(linelist)
>
> test_df <- as.data.frame(test_check("linelist"))
Starting 2 test processes
[ FAIL 0 | WARN 2 | SKIP 9 | PASS 134 ]
══ Skipped tests (9) ═══════════════════════════════════════════════════════════
• On CRAN (9): 'test-deprecated.R:5:3', 'test-deprecated.R:13:3',
'test-deprecated.R:19:3', 'test-deprecated.R:27:3',
'test-compat-dplyr.R:58:3', 'test-compat-dplyr.R:70:3',
'test-compat-dplyr.R:139:3', 'test-print.R:3:3', 'test-validate_types.R:26:3'
[ FAIL 0 | WARN 2 | SKIP 9 | PASS 134 ]
>
> if (any(test_df$warning > 0) && !identical(Sys.getenv("NOT_CRAN"), "TRUE")) {
+ stop("tests failed with warnings")
+ }
Error: tests failed with warnings
Execution halted
Flavor: r-devel-macos-arm64