rgee icon indicating copy to clipboard operation
rgee copied to clipboard

Please remove dependencies on **rgdal**, **rgeos**, and/or **maptools**

Open rsbivand opened this issue 3 years ago • 2 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 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.

rsbivand avatar Dec 14 '22 13:12 rsbivand

Hi @rsbivand thank you for pointing it out. rgee depends on leaflet that at the same time depends on sp and raster. We will be monitoring current leaflet changes (https://github.com/rstudio/leaflet/issues/833 ).

csaybar avatar Dec 30 '22 22:12 csaybar

https://github.com/r-spatial/sf/pull/2069 has been merged into sf, so please track leaflet - I think that https://github.com/rstudio/leaflet/commit/92b733f0830065fc8f6b76229b56b5debdd36965 removes dependencies on retiring packages? Checking with development versions of sf and leaflet after removing the rgee weak dependency on rgdal (active use of raster >= 3.6.3 may need a weak dependency on terra) should indicate ways forward.

rsbivand avatar Dec 31 '22 11:12 rsbivand