CRAN Package Check Results for Package purrr

Last updated on 2026-04-11 06:51:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.1 8.63 120.85 129.48 WARN
r-devel-linux-x86_64-debian-gcc 1.2.1 6.15 82.07 88.22 WARN
r-devel-linux-x86_64-fedora-clang 1.2.1 13.00 189.73 202.73 WARN
r-devel-linux-x86_64-fedora-gcc 1.2.2 14.00 209.06 223.06 OK
r-devel-macos-arm64 1.2.1 3.00 36.00 39.00 WARN
r-devel-windows-x86_64 1.2.1 18.00 134.00 152.00 WARN
r-patched-linux-x86_64 1.2.1 9.17 110.74 119.91 WARN
r-release-linux-x86_64 1.2.1 8.11 105.46 113.57 OK
r-release-macos-arm64 1.2.1 2.00 38.00 40.00 OK
r-release-macos-x86_64 1.2.2 9.00 123.00 132.00 OK
r-release-windows-x86_64 1.2.1 18.00 126.00 144.00 OK
r-oldrel-macos-arm64 1.2.1 2.00 41.00 43.00 OK
r-oldrel-macos-x86_64 1.2.2 8.00 188.00 196.00 OK
r-oldrel-windows-x86_64 1.2.2 21.00 159.00 180.00 OK

Check Details

Version: 1.2.1
Check: compiled code
Result: WARN File ‘purrr/libs/purrr.so’: Found non-API calls to R: ‘Rf_findVar’, ‘Rf_findVarInFrame’ These entry points may be removed soon: ‘Rf_findVar’, ‘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-clang, r-devel-macos-arm64

Version: 1.2.1
Check: compiled code
Result: WARN File 'purrr/libs/x64/purrr.dll': Found non-API calls to R: 'Rf_findVar', 'Rf_findVarInFrame' These entry points may be removed soon: 'Rf_findVar', '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-windows-x86_64

Version: 1.2.1
Check: compiled code
Result: WARN File ‘purrr/libs/purrr.so’: Found non-API calls to R: ‘R_UnboundValue’, ‘Rf_findVar’, ‘Rf_findVarInFrame’ These entry points may be removed soon: ‘Rf_findVar’, ‘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-patched-linux-x86_64