Last updated on 2025-04-03 09:56:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 55.51 | 18.62 | 74.13 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 42.51 | 15.28 | 57.79 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 132.33 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 5.88 | ERROR | |||
r-devel-macos-arm64 | 0.1.4 | 42.00 | OK | |||
r-devel-macos-x86_64 | 0.1.4 | 96.00 | WARN | |||
r-devel-windows-x86_64 | 0.1.4 | 60.00 | 48.00 | 108.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | 54.41 | 18.33 | 72.74 | 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 | 68.00 | 64.00 | 132.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 | 70.00 | 51.00 | 121.00 | OK |
Version: 0.1.3
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-debian-clang
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