Last updated on 2023-01-24 09:52:13 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3 | 39.22 | 37.35 | 76.57 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 25.17 | 28.30 | 53.47 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 113.13 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 105.62 | WARN | |||
r-devel-windows-x86_64 | 1.0.3 | 39.00 | 107.00 | 146.00 | OK | |
r-patched-linux-x86_64 | 1.0.3 | 29.63 | 37.21 | 66.84 | OK | |
r-release-linux-x86_64 | 1.0.3 | 29.34 | 37.26 | 66.60 | OK | |
r-release-macos-arm64 | 1.0.3 | 30.00 | OK | |||
r-release-macos-x86_64 | 1.0.3 | 41.00 | OK | |||
r-release-windows-x86_64 | 1.0.3 | 44.00 | 118.00 | 162.00 | OK | |
r-oldrel-macos-arm64 | 1.0.3 | 36.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.3 | 62.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.0.3 | 89.00 | 95.00 | 184.00 | OK |
Version: 1.0.3
Check: compiled code
Result: WARN
File ‘lclGWAS/libs/lclGWAS.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘Cuhre.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.0.3
Check: compiled code
Result: WARN
File ‘lclGWAS/libs/lclGWAS.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘Cuhre.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