Last updated on 2025-03-21 08:54:49 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 37.36 | 24.06 | 61.42 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 30.04 | 19.45 | 49.49 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 120.51 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 123.98 | NOTE | |||
r-devel-macos-arm64 | 0.1.2 | 42.00 | OK | |||
r-devel-macos-x86_64 | 0.1.2 | 60.00 | OK | |||
r-devel-windows-x86_64 | 0.1.2 | 89.00 | 71.00 | 160.00 | OK | |
r-patched-linux-x86_64 | 0.1.2 | 40.87 | 23.90 | 64.77 | OK | |
r-release-linux-x86_64 | 0.1.2 | 39.23 | 22.98 | 62.21 | 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 | 73.00 | 164.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 | 100.00 | 84.00 | 184.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
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