Last updated on 2023-01-25 04:51:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.21-247.1 | 5.40 | 21.36 | 26.76 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.21-247.1 | 3.33 | 16.72 | 20.05 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.21-247.1 | 35.47 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.21-247.1 | 34.49 | WARN | |||
r-devel-windows-x86_64 | 0.21-247.1 | 15.00 | 47.00 | 62.00 | OK | |
r-patched-linux-x86_64 | 0.21-247.1 | 3.52 | 22.14 | 25.66 | OK | |
r-release-linux-x86_64 | 0.21-247.1 | 3.42 | 21.91 | 25.33 | OK | |
r-release-macos-arm64 | 0.21-247.1 | 20.00 | OK | |||
r-release-macos-x86_64 | 0.21-247.1 | 26.00 | OK | |||
r-release-windows-x86_64 | 0.21-247.1 | 11.00 | 45.00 | 56.00 | OK | |
r-oldrel-macos-arm64 | 0.21-247.1 | 18.00 | OK | |||
r-oldrel-macos-x86_64 | 0.21-247.1 | 28.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.21-247.1 | 10.00 | 46.00 | 56.00 | OK |
Version: 0.21-247.1
Check: compiled code
Result: WARN
File ‘RhpcBLASctl/libs/RhpcBLASctl.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘blasctl.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: 0.21-247.1
Check: compiled code
Result: WARN
File ‘RhpcBLASctl/libs/RhpcBLASctl.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘blasctl.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