Last updated on 2023-01-25 04:51:49 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.15 | 23.31 | 215.94 | 239.25 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.1.15 | 20.73 | 169.51 | 190.24 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.1.15 | 314.73 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.15 | 307.78 | WARN | |||
r-devel-windows-x86_64 | 1.1.15 | 80.00 | 331.00 | 411.00 | OK | |
r-patched-linux-x86_64 | 1.1.15 | 24.93 | 208.28 | 233.21 | OK | |
r-release-linux-x86_64 | 1.1.15 | 22.15 | 211.75 | 233.90 | OK | |
r-release-macos-arm64 | 1.1.15 | 81.00 | OK | |||
r-release-macos-x86_64 | 1.1.15 | 112.00 | OK | |||
r-release-windows-x86_64 | 1.1.15 | 79.00 | 324.00 | 403.00 | OK | |
r-oldrel-macos-arm64 | 1.1.15 | 90.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.15 | 163.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.1.15 | 61.00 | 439.00 | 500.00 | OK |
Version: 1.1.15
Check: compiled code
Result: WARN
File ‘SSN/libs/SSN.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘dbfopenSSN.o’
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-gcc
Version: 1.1.15
Check: compiled code
Result: WARN
File ‘SSN/libs/SSN.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘dbfopenSSN.o’
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-clang