Last updated on 2025-02-07 08:51:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 118.21 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 80.95 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 96.00 | 94.00 | 190.00 | OK | |
r-release-macos-arm64 | 0.1.0 | 48.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 102.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(watcher)
>
> test_check("watcher")
0: /tmp/RtmpoFqKmo/working_dir/RtmpDT46jx/watcher-test/testfile
1: /tmp/RtmpoFqKmo/working_dir/RtmpDT46jx/watcher-test/testfile
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 21 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-watch.R:45:3'): watcher() callbacks ──────────────────────────
`x` (`actual`) not equal to 4L (`expected`).
`actual`: 5
`expected`: 4
── Failure ('test-watch.R:48:3'): watcher() callbacks ──────────────────────────
`x` (`actual`) not equal to 5L (`expected`).
`actual`: 6
`expected`: 5
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 21 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang