Last updated on 2022-09-11 12:56:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.0 | 10.66 | 122.74 | 133.40 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.1.0 | 7.63 | 91.74 | 99.37 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.1.0 | 143.64 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.0 | 157.30 | OK | |||
r-devel-windows-x86_64 | 2.1.0 | 22.00 | 159.00 | 181.00 | OK | |
r-patched-linux-x86_64 | 2.1.0 | 10.50 | 116.61 | 127.11 | OK | |
r-release-linux-x86_64 | 2.0.6 | 9.48 | 114.93 | 124.41 | ERROR | |
r-release-macos-arm64 | 2.0.6 | 73.00 | OK | |||
r-release-macos-x86_64 | 2.1.0 | 94.00 | OK | |||
r-release-windows-x86_64 | 2.1.0 | 21.00 | 166.00 | 187.00 | OK | |
r-oldrel-macos-arm64 | 2.0.6 | 73.00 | OK | |||
r-oldrel-macos-x86_64 | 2.1.0 | 94.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2.0.6 | 36.00 | 163.00 | 199.00 | OK |
Version: 2.0.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [27s/47s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("rnrfa")
> library("lintr")
>
> if (!curl::has_internet()) {
+ message("No internet, cannot run tests")
+ }else {
+ test_check("rnrfa")
+ }
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 66 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-catalogue.R:47:3): Check the catalogue function filters based on column values ──
dim(x)[1] >= 113 is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 66 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64