CRAN Package Check Results for Package purrr

Last updated on 2024-07-13 05:49:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 11.94 112.67 124.61 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.2 8.38 82.02 90.40 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.2 160.99 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.2 157.22 NOTE
r-devel-windows-x86_64 1.0.2 24.00 120.00 144.00 NOTE
r-patched-linux-x86_64 1.0.2 14.48 109.38 123.86 OK
r-release-linux-x86_64 1.0.2 9.17 108.54 117.71 OK
r-release-macos-arm64 1.0.2 53.00 OK
r-release-macos-x86_64 1.0.2 83.00 ERROR
r-release-windows-x86_64 1.0.2 24.00 117.00 141.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 31.00 138.00 169.00 OK

Check Details

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. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

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. Flavor: r-devel-windows-x86_64

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

Version: 1.0.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘base.Rmd’ using rmarkdown Error: processing vignette 'base.Rmd' failed with diagnostics: there is no package called ‘sass’ --- failed re-building ‘base.Rmd’ --- re-building ‘other-langs.Rmd’ using rmarkdown Error: processing vignette 'other-langs.Rmd' failed with diagnostics: there is no package called ‘sass’ --- failed re-building ‘other-langs.Rmd’ SUMMARY: processing the following files failed: ‘base.Rmd’ ‘other-langs.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-macos-x86_64