CRAN Package Check Results for Package purrr

Last updated on 2025-02-06 19:49:32 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 8.71 86.28 94.99 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.4 6.03 72.90 78.93 OK
r-devel-linux-x86_64-fedora-clang 1.0.4 182.21 OK
r-devel-linux-x86_64-fedora-gcc 1.0.4 185.60 OK
r-devel-windows-x86_64 1.0.2 28.00 117.00 145.00 NOTE
r-patched-linux-x86_64 1.0.2 12.43 81.39 93.82 OK
r-release-linux-x86_64 1.0.2 8.46 81.55 90.01 OK
r-release-macos-arm64 1.0.4 59.00 OK
r-release-macos-x86_64 1.0.4 167.00 OK
r-release-windows-x86_64 1.0.4 26.00 113.00 139.00 OK
r-oldrel-macos-arm64 1.0.2 57.00 OK
r-oldrel-macos-x86_64 1.0.2 84.00 OK
r-oldrel-windows-x86_64 1.0.2 27.00 135.00 162.00 OK

Check Details

Version: 1.0.2
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: progress_bars.Rd: inline-markup Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-windows-x86_64

Version: 1.0.2
Check: compiled code
Result: NOTE File ‘purrr/libs/purrr.so’: Found non-API calls to R: ‘Rf_findVarInFrame3’, ‘SET_BODY’, ‘SET_CLOENV’, ‘SET_FORMALS’, ‘STRING_PTR’ 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-debian-clang

Version: 1.0.2
Check: compiled code
Result: NOTE File 'purrr/libs/x64/purrr.dll': Found non-API calls to R: 'Rf_findVarInFrame3', 'SET_BODY', 'SET_CLOENV', 'SET_FORMALS', 'STRING_PTR' 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