Last updated on 2025-03-18 13:04:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.9.1 | 7.89 | 47.05 | 54.94 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.9.1 | 7.04 | 35.47 | 42.51 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.9.1 | 94.27 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.9.1 | WARN | ||||
r-devel-macos-arm64 | 1.9.1 | 77.00 | OK | |||
r-devel-macos-x86_64 | 1.9.1 | 140.00 | OK | |||
r-devel-windows-x86_64 | 1.9.1 | 25.00 | 72.00 | 97.00 | OK | |
r-patched-linux-x86_64 | 1.9.1 | 14.38 | 45.71 | 60.09 | OK | |
r-release-linux-x86_64 | 1.9.1 | 7.81 | 44.65 | 52.46 | OK | |
r-release-macos-arm64 | 1.9.1 | 77.00 | OK | |||
r-release-macos-x86_64 | 1.9.1 | 149.00 | OK | |||
r-release-windows-x86_64 | 1.9.1 | 23.00 | 71.00 | 94.00 | OK | |
r-oldrel-macos-arm64 | 1.9.1 | 78.00 | OK | |||
r-oldrel-macos-x86_64 | 1.9.1 | 127.00 | OK | |||
r-oldrel-windows-x86_64 | 1.9.1 | 22.00 | 83.00 | 105.00 | OK |
Version: 1.9.1
Check: compiled code
Result: WARN
File ‘jsonlite/libs/jsonlite.so’:
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘yajl/libstatyajl.a’
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘yajl/libstatyajl.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-debian-clang
Version: 1.9.1
Check: compiled code
Result: WARN
File ‘jsonlite/libs/jsonlite.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘yajl/libstatyajl.a’
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘yajl/libstatyajl.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-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc