-
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 remove dependencies on **rgdal**, **rgeos**, and/or **maptools** #429
Comments
Hi @AugustT @goldingn and others. What do we want to do about this? Between core Zoon and the modules it sounds like it might be quite a lot of work. I guess this a moment for us to decide what we want to do with Zoon more long term. If someone has time/money that'd be fantastic, but I'm guessing that might not be the case. So archiving or something might be the appropriate solution. |
The code in zoon does not use rgdal, so adding terra in By the way, updating CRS handling from Proj.4 strings to WKT2-2019 is strongly advised. |
@timcdlucas @goldingn - Hi both, I no longer have time to support |
The current schedule for retiring |
Please also see https://r-spatial.org/r/2023/04/10/evolution3.html, fix best by June, latest October 2023. |
@AugustT I assume that the package has been archived, and that you can thus close this issue now. |
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, https://r-spatial.org/r/2022/12/14/evolution2.html). Since raster
3.6.3
, all use of external FOSS library functionality has been transferred to terra, making the retiring packages very likely redundant. It would help greatly if you could remove dependencies on the retiring packages as soon as possible.The text was updated successfully, but these errors were encountered: