Last updated on 2025-04-21 14:49:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.6.2 | 10.08 | 60.94 | 71.02 | WARN | |
r-devel-linux-x86_64-debian-gcc | 2.6.2 | 8.14 | 39.93 | 48.07 | WARN | |
r-devel-linux-x86_64-fedora-clang | 2.6.2 | 105.36 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 2.6.2 | 105.70 | WARN | |||
r-devel-windows-x86_64 | 2.6.2 | 22.00 | 75.00 | 97.00 | NOTE | |
r-patched-linux-x86_64 | 2.6.2 | 10.70 | 56.13 | 66.83 | WARN | |
r-release-linux-x86_64 | 2.6.2 | 10.35 | 60.05 | 70.40 | WARN | |
r-release-macos-arm64 | 2.6.2 | 35.00 | WARN | |||
r-release-macos-x86_64 | 2.6.2 | 68.00 | WARN | |||
r-release-windows-x86_64 | 2.6.2 | 22.00 | 75.00 | 97.00 | NOTE | |
r-oldrel-macos-arm64 | 2.6.2 | 35.00 | OK | |||
r-oldrel-macos-x86_64 | 2.6.2 | 46.00 | OK | |||
r-oldrel-windows-x86_64 | 2.6.2 | 21.00 | 70.00 | 91.00 | OK |
Version: 2.6.2
Check: compiled code
Result: WARN
File ‘LibOPF/libs/LibOPF.so’:
Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘include/libOPF.a’
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘include/libOPF.a’
Found ‘srand’, possibly from ‘srand’ (C)
Object: ‘include/libOPF.a’
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-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 2.6.2
Check: compiled code
Result: NOTE
File 'LibOPF/libs/x64/LibOPF.dll':
Found 'puts', possibly from 'printf' (C), 'puts' (C)
Object: 'include/libOPF.a'
Found 'srand', possibly from 'srand' (C)
Object: 'include/libOPF.a'
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-windows-x86_64, r-release-windows-x86_64
Version: 2.6.2
Check: compiled code
Result: WARN
File ‘LibOPF/libs/LibOPF.so’:
Found ‘___sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘include/libOPF.a’
Found ‘_puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘include/libOPF.a’
Found ‘_srand’, possibly from ‘srand’ (C)
Object: ‘include/libOPF.a’
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-release-macos-arm64, r-release-macos-x86_64