CRAN Package Check Results for Package renv

Last updated on 2026-02-27 20:51:08 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.7 19.72 430.13 449.85 OK
r-devel-linux-x86_64-debian-gcc 1.1.7 13.83 292.41 306.24 WARN
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 22.00 136.00 158.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 35.00 159.00 194.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. Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc