-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please plan to drop rgdal, rgeos, maptools soon #11
Comments
This package depends on (depends, imports or suggests) raster and one or more of the retiring packages rgdal, rgeos or maptools (https://r-spatial.org/r/2022/04/12/evolution.html). Since raster |
Thanks for the progress you are making. Please run reverse dependency checks, I think other packages (Rarefy does) ise |
You will be aware, for example from: phyloregion imports 'rgeos', 'rgdal' using |
@darunabas @KlausVigo See also https://r-spatial.org/r/2023/05/15/evolution4.html. Please take urgent steps to resolve this issue. No positive changes appear in the repository. Less than three months remain to retain this package on CRAN. |
From https://r-spatial.org/r/2022/04/12/evolution.html, you will be aware that rgdal, rgeos and maptools will retire soon. I think that migration to terra providing a GEOS interface, or sf, may work best for you. sp can still be used if required, but only with
_SP_EVOLUTION_STATUS_=2
to use GDAL through sf for transformation and CRS.The text was updated successfully, but these errors were encountered: