Last updated on 2026-03-28 08:50:33 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 65.98 | 59.13 | 125.11 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 53.04 | 41.98 | 95.02 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 3.04 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 107.00 | 94.35 | 201.35 | OK | |
| r-devel-macos-arm64 | 0.2.0 | 17.00 | 12.00 | 29.00 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 79.00 | 96.00 | 175.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 64.52 | 52.51 | 117.03 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 54.71 | 52.84 | 107.55 | OK | |
| r-release-macos-arm64 | 0.2.0 | OK | ||||
| r-release-macos-x86_64 | 0.2.0 | 53.00 | 52.00 | 105.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 89.00 | 95.00 | 184.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 53.00 | 55.00 | 108.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 104.00 | 118.00 | 222.00 | OK |
Version: 0.2.0
Check: compiled code
Result: NOTE
File ‘unsum/libs/unsum.so’:
Found non-API calls to R: ‘R_MissingArg’, ‘R_NamespaceRegistry’,
‘R_Srcref’, ‘R_UnboundValue’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘nanoparquet’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-fedora-clang