bluegreen-labs / foto

The FOTO (Fourier Transform Textural Ordination) R package.
https://bluegreen-labs.github.io/foto/
GNU Affero General Public License v3.0
6 stars 3 forks source link

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

Closed rsbivand closed 1 year ago

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

khufkens commented 1 year ago

resolved as per https://github.com/bluegreen-labs/foto/commit/38e07705dfc12ce173f1f1da6195c9ec0a97dd9c and new version 1.0.3 on its way to CRAN