CRAN Package Check Results for Package atpolR

Last updated on 2025-12-23 11:52:31 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 24.04 325.44 349.48 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.1 15.19 215.34 230.53 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.1 42.00 537.28 579.28 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.1 40.00 522.67 562.67 NOTE
r-devel-windows-x86_64 0.1.1 22.00 266.00 288.00 NOTE
r-patched-linux-x86_64 0.1.1 24.16 312.38 336.54 NOTE
r-release-linux-x86_64 0.1.1 21.23 314.38 335.61 NOTE
r-release-macos-arm64 0.1.1 NOTE
r-release-macos-x86_64 0.1.1 14.00 375.00 389.00 NOTE
r-release-windows-x86_64 0.1.1 23.00 265.00 288.00 NOTE
r-oldrel-macos-arm64 0.1.1 OK
r-oldrel-macos-x86_64 0.1.1 14.00 273.00 287.00 OK
r-oldrel-windows-x86_64 0.1.1 31.00 251.00 282.00 ERROR

Check Details

Version: 0.1.1
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘atpol_grids.R’ ‘miscRscript.r’ ‘plot_points_on_atpol.R’ 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, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 0.1.1
Check: examples
Result: ERROR Running examples in 'atpolR-Ex.R' failed The error most likely occurred in: > ### Name: atpol1k > ### Title: atpol1k creates ATPOL grid 1km x 1km and returns it as sf object > ### Aliases: atpol1k > > ### ** Examples > > atpol1k("BE23") Generating grid for BE230... Warning: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1) Warning: [crs<-] Cannot set SRS to vector: empty srs Error: [project] input crs is not valid Execution halted Flavor: r-oldrel-windows-x86_64

Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'atpolR.Rmd' using rmarkdown Quitting from atpolR.Rmd:74-80 [eriacr-reverse] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/dplyr:::mutate_error> Error in `stopifnot()`: ℹ In argument: `a = mapply(function(x) check_atpol_square(x, rc), centroid)`. Caused by error in `check_atpol_square()`: --- Backtrace: ▆ 1. ├─dplyr::filter(...) 2. ├─dplyr::mutate(...) 3. ├─sf:::mutate.sf(...) 4. │ └─sf:::.re_sf(NextMethod(), sf_column_name = sf_column_name, agr) 5. │ └─base::stopifnot(...) 6. ├─base::NextMethod() 7. ├─dplyr:::mutate.data.frame(...) 8. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by) 9. │ ├─base::withCallingHandlers(...) 10. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns) 11. │ └─mask$eval_all_mutate(quo) 12. │ └─dplyr (local) eval() 13. └─base::mapply(function(x) check_atpol_square(x, rc), centroid) 14. └─`<fn>`(dots[[1L]][[1L]]) 15. └─atpolR::check_atpol_square(x, rc) 16. └─base::stop() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'atpolR.Rmd' failed with diagnostics: ℹ In argument: `a = mapply(function(x) check_atpol_square(x, rc), centroid)`. Caused by error in `check_atpol_square()`: --- failed re-building 'atpolR.Rmd' SUMMARY: processing the following file failed: 'atpolR.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-oldrel-windows-x86_64