Last updated on 2025-04-21 14:49:55 CEST.
Package | ERROR | OK |
---|---|---|
authoritative | 13 | |
linelist | 2 | 11 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, OK: 11
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