Last updated on 2025-04-01 09:55:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.11.0 | 6.88 | 33.00 | 39.88 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.11.0 | 5.53 | 25.91 | 31.44 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.11.0 | 65.27 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.11.0 | 65.33 | OK | |||
r-devel-macos-arm64 | 0.11.0 | 35.00 | WARN | |||
r-devel-macos-x86_64 | 0.11.0 | 80.00 | OK | |||
r-devel-windows-x86_64 | 0.11.0 | 19.00 | 132.00 | 151.00 | OK | |
r-patched-linux-x86_64 | 0.11.0 | 7.41 | 32.83 | 40.24 | OK | |
r-release-linux-x86_64 | 0.11.0 | 6.46 | 31.64 | 38.10 | OK | |
r-release-macos-arm64 | 0.11.0 | 41.00 | OK | |||
r-release-macos-x86_64 | 0.11.0 | 79.00 | OK | |||
r-release-windows-x86_64 | 0.11.0 | 21.00 | 133.00 | 154.00 | OK | |
r-oldrel-macos-arm64 | 0.11.0 | 34.00 | OK | |||
r-oldrel-macos-x86_64 | 0.11.0 | 58.00 | OK | |||
r-oldrel-windows-x86_64 | 0.11.0 | 23.00 | 182.00 | 205.00 | OK |
Version: 0.11.0
Check: compiled code
Result: WARN
File ‘RMySQL/libs/RMySQL.so’:
Found ‘___sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘../.deps/lib/mariadb/libmariadbclient.a’
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Object: ‘../.deps/lib/mariadb/libmariadbclient.a’
Found ‘___stdoutp’, possibly from ‘stdout’ (C)
Object: ‘../.deps/lib/mariadb/libmariadbclient.a’
Found ‘_sprintf’, possibly from ‘sprintf’ (C)
Object: ‘../.deps/lib/mariadb/libmariadbclient.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