rspatial / geosphere

R geosphere package
GNU General Public License v3.0
33 stars 7 forks source link

switch to sf instead of sp? #14

Open morrowcj opened 9 months ago

morrowcj commented 9 months ago

Our package depends upon geosphere and we've been getting the following warning:

The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,
which was just loaded, will retire in October 2023.
Please refer to R-spatial evolution reports for details, especially
https://r-spatial.org/r/2023/05/15/evolution4.html.
It may be desirable to make the sf package available;
package maintainers should consider adding sf to Suggests:.
The sp package is now running under evolution status 2
     (status 2 uses the sf package in place of rgdal)

Will geosphere update its use of sp to sf?

PietrH commented 3 months ago

I support the decision to switch to sf, this is also a recommendation in the rOpenSci dev guide.