Last updated on 2026-04-17 10:52:30 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 5.69 | 104.09 | 109.78 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1-1 | 3.25 | 74.13 | 77.38 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1-1 | 10.00 | 162.40 | 172.40 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1-1 | 10.00 | 173.82 | 183.82 | NOTE | |
| r-devel-macos-arm64 | 0.2.1 | 2.00 | 31.00 | 33.00 | WARN | |
| r-devel-windows-x86_64 | 0.2.1 | 3.00 | 6.00 | 9.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.1 | 4.63 | 99.07 | 103.70 | NOTE | |
| r-release-linux-x86_64 | 0.2.1 | 5.06 | 95.89 | 100.95 | OK | |
| r-release-macos-arm64 | 0.2.0 | 3.00 | 50.00 | 53.00 | NOTE | |
| r-release-macos-x86_64 | 0.2.1 | 6.00 | 192.00 | 198.00 | OK | |
| r-release-windows-x86_64 | 0.2.1 | 12.00 | 112.00 | 124.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.1 | 2.00 | 72.00 | 74.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.1 | 6.00 | 190.00 | 196.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.1 | 13.00 | 138.00 | 151.00 | OK |
Version: 0.2.1
Check: compiled code
Result: NOTE
File ‘S7/libs/S7.so’:
Found non-API calls to R: ‘R_NamespaceRegistry’, ‘Rf_findVarInFrame’
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-patched-linux-x86_64
Version: 0.2.1-1
Check: compiled code
Result: NOTE
File ‘S7/libs/S7.so’:
Found non-API calls to R: ‘R_NamespaceRegistry’, ‘Rf_findVarInFrame’
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
Version: 0.2.1
Check: compiled code
Result: WARN
File ‘S7/libs/S7.so’:
Found non-API call to R: ‘Rf_findVarInFrame’
This entry point may be removed soon.
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-macos-arm64
Version: 0.2.1
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-windows-x86_64
Version: 0.2.0
Check: compiled code
Result: NOTE
File ‘S7/libs/S7.so’:
Found non-API calls to R: ‘FORMALS’, ‘Rf_allocSExp’
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-release-macos-arm64