Last updated on 2025-03-06 01:51:04 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 32.14 | 76.95 | 109.09 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 21.46 | 51.27 | 72.73 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 201.36 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 169.49 | NOTE | |||
r-devel-macos-arm64 | 1.0.1 | 55.00 | OK | |||
r-devel-macos-x86_64 | 1.0.1 | 124.00 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 36.00 | 101.00 | 137.00 | OK | |
r-patched-linux-x86_64 | 1.0.1 | OK | ||||
r-release-linux-x86_64 | 1.0.1 | 29.32 | 68.21 | 97.53 | OK | |
r-release-macos-arm64 | 1.0.1 | 70.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 118.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 41.00 | 102.00 | 143.00 | OK | |
r-oldrel-macos-arm64 | 1.0.1 | 51.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.1 | 186.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.1 | 35.00 | 117.00 | 152.00 | OK |
Version: 1.0.1
Check: compiled code
Result: NOTE
File ‘cheapr/libs/cheapr.so’:
Found non-API call to R: ‘DATAPTR’
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-clang
Version: 1.0.1
Check: compiled code
Result: NOTE
File ‘cheapr/libs/cheapr.so’:
Found non-API calls to R: ‘DATAPTR’, ‘Rf_isFrame’
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.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc