Last updated on 2025-04-12 01:52:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 35.53 | 23.87 | 59.40 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.3 | 30.32 | 19.66 | 49.98 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 120.56 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 114.55 | OK | |||
r-devel-macos-arm64 | 0.1.3 | 42.00 | OK | |||
r-devel-macos-x86_64 | 0.1.3 | 68.00 | OK | |||
r-devel-windows-x86_64 | 0.1.3 | 78.00 | 66.00 | 144.00 | OK | |
r-patched-linux-x86_64 | 0.1.2 | 39.25 | 23.48 | 62.73 | NOTE | |
r-release-linux-x86_64 | 0.1.2 | OK | ||||
r-release-macos-arm64 | 0.1.3 | 49.00 | OK | |||
r-release-macos-x86_64 | 0.1.3 | 79.00 | OK | |||
r-release-windows-x86_64 | 0.1.3 | 87.00 | 74.00 | 161.00 | OK | |
r-oldrel-macos-arm64 | 0.1.3 | 49.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.3 | 97.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.1.2 | 95.00 | 78.00 | 173.00 | OK |
Version: 0.1.2
Check: compiled code
Result: NOTE
File ‘watcher/libs/watcher.so’:
Found ‘printf’, possibly from ‘printf’ (C)
Object: ‘../install/lib/libfswatch.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘../install/lib/libfswatch.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘../install/lib/libfswatch.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-patched-linux-x86_64
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(watcher)
>
> test_check("watcher")
[ FAIL 7 | WARN 0 | SKIP 0 | PASS 20 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-watch.R:41:3'): watcher() callbacks ──────────────────────────
`x` is not more than 1L. Difference: -1
── Failure ('test-watch.R:45:3'): watcher() callbacks ──────────────────────────
`x` is not more than 1L. Difference: -1
── Failure ('test-watch.R:49:3'): watcher() callbacks ──────────────────────────
`x` is not more than 1L. Difference: -1
── Failure ('test-watch.R:53:3'): watcher() callbacks ──────────────────────────
`x` is not more than 1L. Difference: -1
── Failure ('test-watch.R:57:3'): watcher() callbacks ──────────────────────────
`x` is not more than 1L. Difference: -1
── Failure ('test-watch.R:61:3'): watcher() callbacks ──────────────────────────
`x` is not more than 1L. Difference: -1
── Failure ('test-watch.R:65:3'): watcher() callbacks ──────────────────────────
`x` is not more than 1L. Difference: -1
[ FAIL 7 | WARN 0 | SKIP 0 | PASS 20 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64