Last updated on 2023-01-25 04:51:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.1 | 28.54 | 27.49 | 56.03 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.3.1 | 22.36 | 21.32 | 43.68 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.3.1 | 81.08 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.1 | 80.06 | WARN | |||
r-patched-linux-x86_64 | 1.3.1 | 26.21 | 28.20 | 54.41 | OK | |
r-release-linux-x86_64 | 1.3.1 | 25.26 | 27.75 | 53.01 | OK | |
r-release-macos-arm64 | 1.3.1 | 22.00 | OK | |||
r-release-macos-x86_64 | 1.3.1 | 35.00 | OK | |||
r-release-windows-x86_64 | 1.3.1 | 53.00 | 84.00 | 137.00 | OK | |
r-oldrel-macos-arm64 | 1.3.1 | 28.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3.1 | 49.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.3.1 | 91.00 | 83.00 | 174.00 | OK |
Version: 1.3.1
Check: compiled code
Result: WARN
File ‘rforensicbatwing/libs/rforensicbatwing.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Objects: ‘myio.o’, ‘pars.o’, ‘prior.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.3.1
Check: compiled code
Result: WARN
File ‘rforensicbatwing/libs/rforensicbatwing.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Objects: ‘myio.o’, ‘pars.o’, ‘prior.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