Last updated on 2025-04-05 16:52:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 55.00 | 18.61 | 73.61 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 45.23 | 15.47 | 60.70 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 132.33 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 7.79 | ERROR | |||
r-devel-macos-arm64 | 0.1.4 | 42.00 | OK | |||
r-devel-macos-x86_64 | 0.1.4 | 73.00 | WARN | |||
r-devel-windows-x86_64 | 0.1.4 | 62.00 | 49.00 | 111.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | 55.94 | 18.38 | 74.32 | OK | |
r-release-linux-x86_64 | 0.1.4 | 54.37 | 17.84 | 72.21 | OK | |
r-release-macos-arm64 | 0.1.4 | 54.00 | OK | |||
r-release-macos-x86_64 | 0.1.4 | 113.00 | OK | |||
r-release-windows-x86_64 | 0.1.4 | 62.00 | 49.00 | 111.00 | OK | |
r-oldrel-macos-arm64 | 0.1.4 | 55.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.4 | 104.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.4 | 63.00 | 47.00 | 110.00 | OK |
Version: 0.1.4
Check: compiled code
Result: WARN
File ‘b64/libs/b64.so’:
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘rust/target/release/libb64.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-fedora-clang
Version: 0.1.4
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.4
Check: compiled code
Result: WARN
File ‘b64/libs/b64.so’:
Found ‘_abort’, possibly from ‘abort’ (C)
Object: ‘rust/target/release/libb64.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-macos-x86_64