CRAN Package Check Results for Package renv

Last updated on 2026-03-20 04:52:15 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.8 21.42 424.56 445.98 NOTE
r-devel-linux-x86_64-debian-gcc 1.1.8 15.17 290.29 305.46 NOTE
r-devel-linux-x86_64-fedora-clang 1.1.8 40.00 1281.25 1321.25 WARN
r-devel-linux-x86_64-fedora-gcc 1.1.8 39.00 1308.17 1347.17 NOTE
r-devel-macos-arm64 1.1.8 5.00 64.00 69.00 OK
r-devel-windows-x86_64 1.1.8 21.00 132.00 153.00 OK
r-patched-linux-x86_64 1.1.8 19.92 399.09 419.01 OK
r-release-linux-x86_64 1.1.8 18.22 397.35 415.57 OK
r-release-macos-arm64 1.1.8 5.00 56.00 61.00 OK
r-release-macos-x86_64 1.1.8 17.00 189.00 206.00 OK
r-release-windows-x86_64 1.1.8 27.00 126.00 153.00 OK
r-oldrel-macos-arm64 1.1.8 5.00 73.00 78.00 OK
r-oldrel-macos-x86_64 1.1.8 15.00 197.00 212.00 OK
r-oldrel-windows-x86_64 1.1.8 29.00 164.00 193.00 OK

Check Details

Version: 1.1.8
Check: compiled code
Result: NOTE File ‘renv/libs/renv.so’: Found non-API call to R: ‘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-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc

Version: 1.1.8
Check: compiled code
Result: WARN File ‘renv/libs/renv.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-linux-x86_64-fedora-clang