CRAN Package Check Results for Package renv

Last updated on 2026-02-27 00:49:52 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.7 20.93 428.08 449.01 OK
r-devel-linux-x86_64-debian-gcc 1.1.7 14.74 289.69 304.43 OK
r-devel-linux-x86_64-fedora-clang 1.1.7 40.00 1268.91 1308.91 OK
r-devel-linux-x86_64-fedora-gcc 1.1.7 40.00 1283.01 1323.01 WARN
r-devel-macos-arm64 1.1.7 5.00 41.00 46.00 OK
r-devel-windows-x86_64 1.1.7 20.00 133.00 153.00 OK
r-patched-linux-x86_64 1.1.7 19.37 406.88 426.25 OK
r-release-linux-x86_64 1.1.7 19.55 407.32 426.87 OK
r-release-macos-arm64 1.1.7 5.00 59.00 64.00 OK
r-release-macos-x86_64 1.1.7 15.00 187.00 202.00 OK
r-release-windows-x86_64 1.1.7 27.00 131.00 158.00 OK
r-oldrel-macos-arm64 1.1.7 5.00 73.00 78.00 OK
r-oldrel-macos-x86_64 1.1.7 15.00 191.00 206.00 OK
r-oldrel-windows-x86_64 1.1.7 28.00 167.00 195.00 OK

Check Details

Version: 1.1.7
Check: compiled code
Result: WARN File ‘renv/libs/renv.so’: Found non-API calls to R: ‘BODY’, ‘CLOENV’, ‘FORMALS’, ‘R_lsInternal’ These entry points may be removed soon: ‘R_lsInternal’, ‘BODY’, ‘FORMALS’, ‘CLOENV’ 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-gcc