IMOS-AnimalTracking / remora

Rapid Extraction of Marine Observations for Roving Animals
https://imos-animaltracking.github.io/remora
GNU General Public License v3.0
13 stars 5 forks source link

Dependent spatial pkgs `rgdal` and `rgeos` are being retired #27

Closed ianjonsen closed 1 year ago

ianjonsen commented 1 year ago

Workhorse spatial pkgs - rgdal and rgeos - that underpin a lot of the spatial calculations in remora are being retired in October 2023. This means we need to transition to use the sf and terra in place of sp and raster (and probably in place of other spatial pkgs).

Further details are here:

https://r-spatial.org/r/2023/05/15/evolution4.html

ianjonsen commented 1 year ago

updates to (at least partly) resolve the impending retirement of the rgdal & rgeos pkgs are now implemented in the staging branch. To download & test:

remotes::install_github("IMOS-AnimalTracking/remora@staging", dependencies = TRUE)