CRAN Package Check Results for Package S7

Last updated on 2025-11-16 04:48:52 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 3.88 97.05 100.93 WARN
r-devel-linux-x86_64-debian-gcc 0.2.1 3.66 75.55 79.21 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 56.00 94.44 150.44 WARN
r-devel-linux-x86_64-fedora-gcc 0.2.1 23.00 149.46 172.46 OK
r-devel-windows-x86_64 0.2.0 19.00 105.00 124.00 WARN
r-patched-linux-x86_64 0.2.0 3.61 91.83 95.44 NOTE
r-release-linux-x86_64 0.2.1 4.36 99.21 103.57 OK
r-release-macos-arm64 0.2.0 3.00 54.00 57.00 NOTE
r-release-macos-x86_64 0.2.1 13.00 185.00 198.00 OK
r-release-windows-x86_64 0.2.1 14.00 112.00 126.00 OK
r-oldrel-macos-arm64 0.2.0 7.00 76.00 83.00 OK
r-oldrel-macos-x86_64 0.2.1 12.00 184.00 196.00 OK
r-oldrel-windows-x86_64 0.2.1 15.00 138.00 153.00 OK

Check Details

Version: 0.2.0
Check: compiled code
Result: WARN File ‘S7/libs/S7.so’: Found non-API calls to R: ‘FORMALS’, ‘Rf_allocSExp’ This entry point may be removed soon: ‘FORMALS’ 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

Version: 0.2.0
Check: compiled code
Result: WARN File 'S7/libs/x64/S7.dll': Found non-API calls to R: 'FORMALS', 'Rf_allocSExp' This entry point may be removed soon: 'FORMALS' 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: 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. Flavors: r-patched-linux-x86_64, r-release-macos-arm64