Last updated on 2023-01-24 07:54:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-20 | 42.50 | 189.37 | 231.87 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.1-20 | 31.14 | 137.23 | 168.37 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.1-20 | 299.50 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-20 | 298.94 | WARN | |||
r-devel-windows-x86_64 | 0.1-20 | 103.00 | 271.00 | 374.00 | OK | |
r-patched-linux-x86_64 | 0.1-20 | 40.26 | 178.59 | 218.85 | OK | |
r-release-linux-x86_64 | 0.1-20 | 41.33 | 182.75 | 224.08 | OK | |
r-release-macos-arm64 | 0.1-20 | 90.00 | OK | |||
r-release-macos-x86_64 | 0.1-20 | 187.00 | OK | |||
r-release-windows-x86_64 | 0.1-20 | 95.00 | 277.00 | 372.00 | OK | |
r-oldrel-macos-arm64 | 0.1-20 | 121.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1-20 | 159.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.1-20 | 102.00 | 303.00 | 405.00 | OK |
Version: 0.1-20
Check: compiled code
Result: WARN
File ‘Crossover/libs/Crossover.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘searchCOD.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-fedora-clang
Version: 0.1-20
Check: compiled code
Result: WARN
File ‘Crossover/libs/Crossover.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘searchCOD.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-gcc, r-devel-linux-x86_64-fedora-gcc