Last updated on 2025-04-15 12:49:30 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.2.4 | 7.95 | 20.35 | 28.30 | WARN | |
r-devel-linux-x86_64-debian-gcc | 3.2.4 | 7.87 | 16.81 | 24.68 | WARN | |
r-devel-linux-x86_64-fedora-clang | 3.2.7 | 50.02 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.2.7 | 54.90 | OK | |||
r-devel-windows-x86_64 | 3.2.7 | 44.00 | 47.00 | 91.00 | OK | |
r-patched-linux-x86_64 | 3.2.4 | 11.19 | 20.28 | 31.47 | WARN | |
r-release-linux-x86_64 | 3.2.4 | 11.50 | 20.52 | 32.02 | WARN | |
r-release-macos-arm64 | 3.2.7 | 44.00 | OK | |||
r-release-macos-x86_64 | 3.2.7 | 65.00 | OK | |||
r-release-windows-x86_64 | 3.2.4 | 32.00 | 44.00 | 76.00 | NOTE | |
r-oldrel-macos-arm64 | 3.2.7 | 40.00 | NOTE | |||
r-oldrel-macos-x86_64 | 3.2.7 | 58.00 | NOTE | |||
r-oldrel-windows-x86_64 | 3.2.4 | 32.00 | 48.00 | 80.00 | NOTE |
Version: 3.2.4
Check: compiled code
Result: WARN
File ‘scs/libs/scs.so’:
Found ‘printf’, possibly from ‘printf’ (C)
Object: ‘scs/out/libscsdir.a’
Found ‘putchar’, possibly from ‘putchar’ (C)
Object: ‘scs/out/libscsdir.a’
Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘scs/out/libscsdir.a’
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘scs/out/libscsdir.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-patched-linux-x86_64, r-release-linux-x86_64
Version: 3.2.4
Check: compiled code
Result: NOTE
File 'scs/libs/x64/scs.dll':
Found 'putchar', possibly from 'putchar' (C)
Object: 'scs/out/libscsdir.a'
Found 'puts', possibly from 'printf' (C), 'puts' (C)
Object: 'scs/out/libscsdir.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.
Flavor: r-release-windows-x86_64
Version: 3.2.7
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 3.2.4
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavor: r-oldrel-windows-x86_64