Last updated on 2026-04-04 17:53:44 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.1.2 | 43.09 | 60.75 | 103.84 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 3.1.2 | 34.95 | 44.39 | 79.34 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 3.1.2 | 85.00 | 100.77 | 185.77 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 3.1.2 | 74.00 | 102.61 | 176.61 | NOTE | |
| r-devel-macos-arm64 | 3.1.2 | 10.00 | 21.00 | 31.00 | OK | |
| r-devel-windows-x86_64 | 3.1.2 | 68.00 | 100.00 | 168.00 | NOTE | |
| r-patched-linux-x86_64 | 3.1.2 | 43.40 | 54.73 | 98.13 | NOTE | |
| r-release-linux-x86_64 | 3.1.2 | 43.44 | 53.13 | 96.57 | OK | |
| r-release-macos-arm64 | 3.1.2 | OK | ||||
| r-release-macos-x86_64 | 3.1.2 | 33.00 | 90.00 | 123.00 | OK | |
| r-release-windows-x86_64 | 3.1.2 | 62.00 | 93.00 | 155.00 | OK | |
| r-oldrel-macos-arm64 | 3.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 3.1.2 | 32.00 | 78.00 | 110.00 | OK | |
| r-oldrel-windows-x86_64 | 3.1.2 | 71.00 | 105.00 | 176.00 | OK |
Version: 3.1.2
Check: compiled code
Result: NOTE
File ‘rshift/libs/rshift.so’:
Found non-API call to R: ‘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.
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
Version: 3.1.2
Check: compiled code
Result: NOTE
File 'rshift/libs/x64/rshift.dll':
Found non-API call to R: '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-windows-x86_64
Version: 3.1.2
Check: compiled code
Result: NOTE
File ‘rshift/libs/rshift.so’:
Found non-API calls to R: ‘R_MissingArg’, ‘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-patched-linux-x86_64