atmoschem / EmissV

Create and processing emissions for numeric air quality models
https://atmoschem.github.io/EmissV/
Other
39 stars 10 forks source link

rgdal is retiring soon #28

Closed rsbivand closed 1 year ago

rsbivand commented 2 years ago

Please protect your package from the forthcoming retirement of rgdal: https://r-spatial.org/r/2022/04/12/evolution.html

CMD check on a platform without retiring packages and with _SP_EVOLUTION_STATUS=2 has this log: 00check.log

Condition use of raster on the the availability of rgdal (raster::projectRaster fails if rgdal is not present), or preferably transition from raster to terra at your earliest convenience. terra is a re-implementation of raster but accesses GDAL directly.

rsbivand commented 1 year ago

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 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.

Schuch666 commented 1 year ago

Hi @rsbivand Thank you for the note The EmissV R-package has evolving to use less dependencies and the rgdal part was replaced to use of other packages My next step is to replace raster but it will take extra time