Last updated on 2025-04-18 21:49:48 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.10.0 | 190.39 | 29.78 | 220.17 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.10.1 | 153.78 | 23.43 | 177.21 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.10.1 | 397.03 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.10.1 | 399.39 | OK | |||
r-devel-windows-x86_64 | 0.10.0 | 326.00 | 84.00 | 410.00 | OK | |
r-patched-linux-x86_64 | 0.10.0 | 189.98 | 29.06 | 219.04 | WARN | |
r-release-linux-x86_64 | 0.10.0 | 191.37 | 29.00 | 220.37 | WARN | |
r-release-macos-arm64 | 0.10.1 | 116.00 | OK | |||
r-release-macos-x86_64 | 0.10.1 | 132.00 | OK | |||
r-release-windows-x86_64 | 0.10.0 | 314.00 | 84.00 | 398.00 | OK | |
r-oldrel-macos-arm64 | 0.10.1 | 116.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.10.1 | 128.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.10.0 | 298.00 | 263.00 | 561.00 | OK |
Version: 0.10.0
Check: compiled code
Result: WARN
File ‘clarabel/libs/clarabel.so’:
Found ‘_exit’, possibly from ‘_exit’ (C)
Object: ‘rust/target/release/libclarabel.a’
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘rust/target/release/libclarabel.a’
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘rust/target/release/libclarabel.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-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.10.1
Check: installed package size
Result: NOTE
installed size is 6.3Mb
sub-directories of 1Mb or more:
libs 5.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64