Last updated on 2023-10-01 23:03:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.0 | 4.69 | 77.18 | 81.87 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.0 | 5.32 | 58.47 | 63.79 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.9.0 | 108.52 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.0 | 118.41 | ERROR | |||
r-devel-windows-x86_64 | 0.9.0 | 9.00 | 94.00 | 103.00 | ERROR | |
r-patched-linux-x86_64 | 0.9.0 | 8.04 | 74.58 | 82.62 | OK | |
r-release-linux-x86_64 | 0.9.0 | 6.77 | 74.59 | 81.36 | OK | |
r-release-macos-arm64 | 0.9.0 | 39.00 | OK | |||
r-release-macos-x86_64 | 0.9.0 | 82.00 | OK | |||
r-release-windows-x86_64 | 0.9.0 | 9.00 | 110.00 | 119.00 | OK | |
r-oldrel-macos-arm64 | 0.9.0 | 38.00 | OK | |||
r-oldrel-macos-x86_64 | 0.9.0 | 46.00 | OK | |||
r-oldrel-windows-x86_64 | 0.9.0 | 8.00 | 93.00 | 101.00 | OK |
Version: 0.9.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/21s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(chk)
>
> test_check("chk")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-chk-atomic.R:5:3'): vld_atomic ───────────────────────────────
vld_atomic(NULL) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1100 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [25s/94s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(chk)
>
> test_check("chk")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-chk-atomic.R:5:3'): vld_atomic ───────────────────────────────
vld_atomic(NULL) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1100 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.9.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [25s/63s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(chk)
>
> test_check("chk")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-chk-atomic.R:5:3'): vld_atomic ───────────────────────────────
vld_atomic(NULL) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1100 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.9.0
Check: tests
Result: ERROR
Running 'testthat.R' [13s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(chk)
>
> test_check("chk")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-chk-atomic.R:5:3'): vld_atomic ───────────────────────────────
vld_atomic(NULL) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1100 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64