Last updated on 2025-04-04 05:53:26 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.1.1 | 44.63 | 44.36 | 88.99 | WARN | |
r-devel-linux-x86_64-debian-gcc | 3.1.1 | 34.99 | 33.33 | 68.32 | WARN | |
r-devel-linux-x86_64-fedora-clang | 3.1.1 | 157.51 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 3.1.1 | 162.96 | WARN | |||
r-devel-macos-arm64 | 3.1.1 | 51.00 | WARN | |||
r-devel-macos-x86_64 | 3.1.1 | 96.00 | OK | |||
r-devel-windows-x86_64 | 3.1.1 | 54.00 | 84.00 | 138.00 | OK | |
r-patched-linux-x86_64 | 3.1.1 | 44.39 | 42.50 | 86.89 | WARN | |
r-release-linux-x86_64 | 3.1.1 | 43.33 | 40.98 | 84.31 | OK | |
r-release-macos-arm64 | 3.1.1 | 54.00 | OK | |||
r-release-macos-x86_64 | 3.1.1 | 92.00 | OK | |||
r-release-windows-x86_64 | 3.1.1 | 51.00 | 84.00 | 135.00 | OK | |
r-oldrel-macos-arm64 | 3.1.1 | OK | ||||
r-oldrel-macos-x86_64 | 3.1.1 | 88.00 | OK | |||
r-oldrel-windows-x86_64 | 3.1.1 | 60.00 | 88.00 | 148.00 | OK |
Version: 3.1.1
Check: compiled code
Result: WARN
File ‘rshift/libs/rshift.so’:
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘rust/target/release/librshift.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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64
Version: 3.1.1
Check: compiled code
Result: WARN
File ‘rshift/libs/rshift.so’:
Found ‘_abort’, possibly from ‘abort’ (C)
Object: ‘rust/target/release/librshift.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-arm64