Last updated on 2025-03-24 18:53:33 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.9.1 | 11.57 | 47.34 | 58.91 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.9.1 | 7.25 | 34.10 | 41.35 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.9.1 | 95.56 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.9.1 | 103.27 | 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 | 7.70 | 45.76 | 53.46 | WARN | |
r-release-linux-x86_64 | 1.9.1 | 7.09 | 44.60 | 51.69 | 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 | 21.00 | 72.00 | 93.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 | 93.00 | 115.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, r-patched-linux-x86_64