paobranco / UBL

An R package for utility-based learning
32 stars 11 forks source link

Warning about sp package dependency #21

Open juanmartinsantos opened 1 year ago

juanmartinsantos commented 1 year ago

At the time of loading the UBL package, it shows the following warning:

Loading required package: MBA Loading required package: gstat 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) Loading required package: automap Loading required package: sp Loading required package: randomForest randomForest 4.7-1.1

I think the "sf" package should be updated instead of the "sp" package