CRAN Package Check Results for Package S7

Last updated on 2026-03-29 13:52:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 4.56 103.95 108.51 WARN
r-devel-linux-x86_64-debian-gcc 0.2.1 3.78 73.40 77.18 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.1 10.00 162.73 172.73 WARN
r-devel-linux-x86_64-fedora-gcc 0.2.1 9.00 167.66 176.66 WARN
r-devel-macos-arm64 0.2.1 2.00 31.00 33.00 WARN
r-devel-windows-x86_64 0.2.1 1.00 5.00 6.00 ERROR
r-patched-linux-x86_64 0.2.1 5.01 95.81 100.82 OK
r-release-linux-x86_64 0.2.1 3.83 95.90 99.73 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 3.00 6.00 9.00 ERROR
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 139.00 152.00 OK

Check Details

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. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64

Version: 0.2.1
Check: compiled code
Result: NOTE File ‘S7/libs/S7.so’: Found non-API calls to R: ‘R_MissingArg’, ‘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. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: whether package can be installed
Result: ERROR Installation failed. Flavors: r-devel-windows-x86_64, r-release-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