Last updated on 2025-04-01 01:50:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 28.84 | 33.97 | 62.81 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.3.2 | 24.63 | 26.66 | 51.29 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.2 | 111.71 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 138.64 | OK | |||
r-devel-macos-arm64 | 0.3.2 | 71.00 | OK | |||
r-devel-macos-x86_64 | 0.3.2 | 110.00 | OK | |||
r-devel-windows-x86_64 | 0.3.2 | 45.00 | 81.00 | 126.00 | OK | |
r-patched-linux-x86_64 | 0.3.1 | 35.69 | 33.31 | 69.00 | WARN | |
r-release-linux-x86_64 | 0.3.1 | 34.30 | 33.04 | 67.34 | NOTE | |
r-release-macos-arm64 | 0.3.2 | 63.00 | NOTE | |||
r-release-macos-x86_64 | 0.3.2 | 110.00 | NOTE | |||
r-release-windows-x86_64 | 0.3.2 | 52.00 | 80.00 | 132.00 | NOTE | |
r-oldrel-macos-arm64 | 0.3.2 | 42.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.3.2 | 60.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.3.2 | 46.00 | 75.00 | 121.00 | NOTE |
Version: 0.3.1
Check: compiled code
Result: WARN
File ‘swephR/libs/swephR.so’:
Found ‘__vprintf_chk’, possibly from ‘vprintf’ (C)
Object: ‘libswe.a’
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘libswe.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-devel-linux-x86_64-debian-clang
Version: 0.3.1
Check: compiled code
Result: WARN
File ‘swephR/libs/swephR.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘libswe.a’
Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘libswe.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-patched-linux-x86_64
Version: 0.3.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘swephRdata’
Flavor: r-release-linux-x86_64
Version: 0.3.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘swephRdata’
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64