Last updated on 2023-01-25 04:51:35 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 5.3.1 | 17.19 | 96.11 | 113.30 | WARN | |
r-devel-linux-x86_64-debian-gcc | 5.3.1 | 15.31 | 72.48 | 87.79 | WARN | |
r-devel-linux-x86_64-fedora-clang | 5.3.1 | 154.02 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 5.3.1 | 144.87 | WARN | |||
r-devel-windows-x86_64 | 5.3.1 | 100.00 | 129.00 | 229.00 | OK | |
r-patched-linux-x86_64 | 5.3.1 | 17.67 | 89.55 | 107.22 | OK | |
r-release-linux-x86_64 | 5.3.1 | 19.81 | 92.63 | 112.44 | OK | |
r-release-macos-arm64 | 5.3.1 | 38.00 | OK | |||
r-release-macos-x86_64 | 5.3.1 | 50.00 | OK | |||
r-release-windows-x86_64 | 5.3.1 | 105.00 | 123.00 | 228.00 | OK | |
r-oldrel-macos-arm64 | 5.3.1 | 48.00 | OK | |||
r-oldrel-macos-x86_64 | 5.3.1 | 53.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 5.3.1 | 38.00 | 122.00 | 160.00 | OK |
Version: 5.3.1
Check: compiled code
Result: WARN
File ‘earth/libs/earth.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘earth.o’
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘earth.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: 5.3.1
Check: Rd cross-references
Result: NOTE
Undeclared package ‘leaps’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 5.3.1
Check: compiled code
Result: WARN
File ‘earth/libs/earth.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘earth.o’
Found ‘vsprintf’, possibly from ‘vsprintf’ (C)
Object: ‘earth.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