Last updated on 2025-03-26 05:54:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.0 | 4.28 | 24.62 | 28.90 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3.0 | 3.65 | 20.44 | 24.09 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.0 | 49.92 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 60.15 | OK | |||
r-devel-macos-arm64 | 1.3.0 | 35.00 | OK | |||
r-devel-macos-x86_64 | 1.3.0 | 69.00 | OK | |||
r-devel-windows-x86_64 | 1.3.0 | 23.00 | 77.00 | 100.00 | WARN | |
r-patched-linux-x86_64 | 1.3.0 | 3.88 | 24.14 | 28.02 | OK | |
r-release-linux-x86_64 | 1.3.0 | 4.08 | 23.55 | 27.63 | OK | |
r-release-macos-arm64 | 1.3.0 | 33.00 | OK | |||
r-release-macos-x86_64 | 1.3.0 | 51.00 | OK | |||
r-release-windows-x86_64 | 1.3.0 | 20.00 | 71.00 | 91.00 | OK | |
r-oldrel-macos-arm64 | 1.3.0 | OK | ||||
r-oldrel-macos-x86_64 | 1.3.0 | 56.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3.0 | 21.00 | 72.00 | 93.00 | OK |
Version: 1.3.0
Check: compiled code
Result: WARN
File 'gpg/libs/x64/gpg.dll':
Found '_assert', possibly from 'assert' (C)
Objects: '../windows/gpgme-1.16.0/lib/x64/libassuan.a',
'../windows/gpgme-1.16.0/lib/x64/libgpgme.a'
Found '_exit', possibly from '_exit' (C)
Object: '../windows/gpgme-1.16.0/lib/i386/libgpg-error.a'
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
Objects: '../windows/gpgme-1.16.0/lib/x64-ucrt/libgpg-error.a',
'../windows/gpgme-1.16.0/lib/x64/libgpg-error.a'
Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
Objects: '../windows/gpgme-1.16.0/lib/x64-ucrt/libgpg-error.a',
'../windows/gpgme-1.16.0/lib/x64/libgpg-error.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-windows-x86_64