Last updated on 2023-01-25 04:51:35 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2-1 | 8.57 | 44.76 | 53.33 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.2-1 | 7.07 | 33.48 | 40.55 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.2-1 | 68.51 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.2-1 | 64.27 | WARN | |||
r-devel-windows-x86_64 | 0.2-1 | 39.00 | 70.00 | 109.00 | OK | |
r-patched-linux-x86_64 | 0.2-1 | 7.08 | 42.90 | 49.98 | OK | |
r-release-linux-x86_64 | 0.2-1 | 8.09 | 43.15 | 51.24 | OK | |
r-release-macos-arm64 | 0.2-1 | 24.00 | OK | |||
r-release-macos-x86_64 | 0.2-1 | 30.00 | OK | |||
r-release-windows-x86_64 | 0.2-1 | 24.00 | 80.00 | 104.00 | OK | |
r-oldrel-macos-arm64 | 0.2-1 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2-1 | 41.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.2-1 | 22.00 | 72.00 | 94.00 | OK |
Version: 0.2-1
Check: compiled code
Result: WARN
File ‘eiPack/libs/eiPack.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘eiutil.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.2-1
Check: compiled code
Result: WARN
File ‘eiPack/libs/eiPack.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘eiutil.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