CRAN Package Check Results for Package watcher

Last updated on 2025-04-10 08:58:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 36.78 24.04 60.82 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.2 28.82 19.25 48.07 NOTE
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 86.00 ERROR
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 148.00 ERROR
r-release-windows-x86_64 0.1.2 85.00 69.00 154.00 OK
r-oldrel-macos-arm64 0.1.3 49.00 OK
r-oldrel-macos-x86_64 0.1.3 99.00 ERROR
r-oldrel-windows-x86_64 0.1.2 95.00 78.00 173.00 OK

Check Details

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. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/13s] 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 Flavors: r-devel-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/18s] 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-release-macos-x86_64