Last updated on 2025-04-15 09:52:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.4 | 7.45 | 28.28 | 35.73 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.2.4 | 5.90 | 21.54 | 27.44 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.2.4 | 58.04 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.4 | 69.81 | WARN | |||
r-devel-windows-x86_64 | 1.2.4 | 24.00 | 53.00 | 77.00 | OK | |
r-patched-linux-x86_64 | 1.2.4 | 6.50 | 27.61 | 34.11 | WARN | |
r-release-linux-x86_64 | 1.2.4 | 5.69 | 27.99 | 33.68 | WARN | |
r-release-macos-arm64 | 1.2.4 | 29.00 | WARN | |||
r-release-macos-x86_64 | 1.2.4 | 45.00 | WARN | |||
r-release-windows-x86_64 | 1.2.4 | 21.00 | 52.00 | 73.00 | OK | |
r-oldrel-macos-arm64 | 1.2.4 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.4 | 43.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.4 | 19.00 | 58.00 | 77.00 | OK |
Version: 1.2.4
Check: compiled code
Result: WARN
File ‘utf8/libs/utf8.so’:
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘libcutf8lite.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.2.4
Check: compiled code
Result: WARN
File ‘utf8/libs/utf8.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘libcutf8lite.a’
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘libcutf8lite.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, r-release-linux-x86_64
Version: 1.2.4
Check: compiled code
Result: WARN
File ‘utf8/libs/utf8.so’:
Found ‘_sprintf’, possibly from ‘sprintf’ (C)
Object: ‘libcutf8lite.a’
Found ‘_vsprintf’, possibly from ‘vsprintf’ (C)
Object: ‘libcutf8lite.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-release-macos-arm64, r-release-macos-x86_64