Last updated on 2025-04-02 05:53:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 32.73 | 24.05 | 56.78 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 28.95 | 19.59 | 48.54 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 112.85 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 115.46 | NOTE | |||
r-devel-macos-arm64 | 0.1.2 | 42.00 | ERROR | |||
r-devel-macos-x86_64 | 0.1.2 | 60.00 | OK | |||
r-devel-windows-x86_64 | 0.1.2 | 91.00 | 72.00 | 163.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.2 | 40.99 | 23.77 | 64.76 | NOTE | |
r-release-linux-x86_64 | 0.1.2 | 39.20 | 23.13 | 62.33 | OK | |
r-release-macos-arm64 | 0.1.2 | 47.00 | OK | |||
r-release-macos-x86_64 | 0.1.2 | 67.00 | OK | |||
r-release-windows-x86_64 | 0.1.2 | 91.00 | 72.00 | 163.00 | OK | |
r-oldrel-macos-arm64 | 0.1.2 | 38.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.2 | 64.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.2 | 99.00 | 80.00 | 179.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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-patched-linux-x86_64
Version: 0.1.2
Check: compiled code
Result: NOTE
File ‘watcher/libs/watcher.so’:
Found ‘__printf_chk’, 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-devel-linux-x86_64-fedora-gcc
Version: 0.1.2
Check: compiled code
Result: NOTE
File ‘watcher/libs/watcher.so’:
Found ‘__ZNSt3__14cerrE’, possibly from ‘std::cerr’ (C++)
Object: ‘../install/lib/libfswatch.a’
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Object: ‘../install/lib/libfswatch.a’
Found ‘___stdoutp’, possibly from ‘stdout’ (C)
Object: ‘../install/lib/libfswatch.a’
Found ‘_printf’, possibly from ‘printf’ (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-devel-macos-arm64
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(watcher)
>
> test_check("watcher")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 20 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-watch.R:37:3'): watcher() callbacks ──────────────────────────
`x` is not more than 1L. Difference: -1
── 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
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 20 ]
Error: Test failures
Execution halted
Flavor: r-devel-macos-arm64
Version: 0.1.2
Check: compiled code
Result: NOTE
File 'watcher/libs/x64/watcher.dll':
Found '_ZSt4cerr', possibly from 'std::cerr' (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-devel-windows-x86_64