Last updated on 2025-04-22 07:49:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.4 | 4.06 | 60.41 | 64.47 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.4 | 2.92 | 45.84 | 48.76 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.4 | 105.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.4 | 140.37 | OK | |||
r-devel-windows-x86_64 | 1.1.4 | 7.00 | 84.00 | 91.00 | OK | |
r-patched-linux-x86_64 | 1.1.4 | 4.76 | 58.65 | 63.41 | OK | |
r-release-linux-x86_64 | 1.1.4 | 3.92 | 58.13 | 62.05 | OK | |
r-release-macos-arm64 | 1.1.4 | 110.00 | ERROR | |||
r-release-macos-x86_64 | 1.1.4 | 107.00 | ERROR | |||
r-release-windows-x86_64 | 1.1.4 | 7.00 | 85.00 | 92.00 | OK | |
r-oldrel-macos-arm64 | 1.1.4 | 63.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.4 | 147.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.4 | 8.00 | 94.00 | 102.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-release-macos-arm64
Version: 1.1.4
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [58s/46s]
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 4 | 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 4 | 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-release-macos-x86_64