Last updated on 2025-02-10 17:49:34 CET.
Package | ERROR | OK |
---|---|---|
ichimoku | 13 | |
mirai | 13 | |
nanonext | 13 | |
secretbase | 13 | |
watcher | 2 | 8 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, OK: 8
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(watcher)
>
> test_check("watcher")
0: /tmp/RtmpYiTjju/watcher-test/testfile
0: /tmp/RtmpYiTjju/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-debian-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(watcher)
>
> test_check("watcher")
0: /home/hornik/tmp/scratch/RtmploDHCl/watcher-test/testfile
0: /home/hornik/tmp/scratch/RtmploDHCl/watcher-test/testfile
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 22 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-watch.R:48:3'): watcher() callbacks ──────────────────────────
`x` (`actual`) not equal to 5L (`expected`).
`actual`: 6
`expected`: 5
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 22 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64