Last updated on 2025-03-20 01:51:13 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.1 | 31.71 | 37.24 | 68.95 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.5.2 | 26.71 | 24.66 | 51.37 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.5.2 | 139.80 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5.2 | 174.14 | OK | |||
r-devel-macos-arm64 | 1.5.2 | 90.00 | OK | |||
r-devel-macos-x86_64 | 1.5.2 | 150.00 | OK | |||
r-devel-windows-x86_64 | 1.5.1 | 212.00 | 99.00 | 311.00 | OK | |
r-patched-linux-x86_64 | 1.5.1 | 32.52 | 34.24 | 66.76 | OK | |
r-release-linux-x86_64 | 1.5.1 | 31.50 | 33.80 | 65.30 | OK | |
r-release-macos-arm64 | 1.5.2 | 89.00 | OK | |||
r-release-macos-x86_64 | 1.5.2 | 161.00 | OK | |||
r-release-windows-x86_64 | 1.5.2 | 198.00 | 101.00 | 299.00 | OK | |
r-oldrel-macos-arm64 | 1.5.2 | 87.00 | OK | |||
r-oldrel-macos-x86_64 | 1.5.2 | 129.00 | OK | |||
r-oldrel-windows-x86_64 | 1.5.1 | 214.00 | 107.00 | 321.00 | OK |
Version: 1.5.1
Check: compiled code
Result: WARN
File ‘nanonext/libs/nanonext.so’:
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘../install/lib/libnng.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘../install/lib/libnng.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘../install/lib/libnng.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