Please remove dependencies on **rgdal**, **rgeos**, and/or **maptools**
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.
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 ).
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.