You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
red imports 'maptools', 'rgdal', 'rgeos' , using maptools::kmlPolygon maptools::kmlPolygons rgdal::project rgeos::gIntersection rgeos::gSimplify, bulk imported in NAMESPACE. raster now imports terra, so terra::project might replace rgdal::project, terra::croprgeos::gIntersection, sf::st_simplifyrgeos::gSimplify. maptools::kmlPolygon, maptools::kmlPolygons are harder, please contribute to r-spatial/evolution#6 if these functions cannot be avoided. Please fix best by June, latest by October 2023.
The text was updated successfully, but these errors were encountered:
@cardosopmb@VascoBranco Please do remove all use of rgeos as soon as possible as previously requested, as rgeod will be retored in earlt October. If you thought you had removed rgeos, you need to edit DESCRIPTION as well.
You will be aware, for example from:
https://r-spatial.org/r/2022/04/12/evolution.html,
https://r-spatial.org/r/2022/12/14/evolution2.html,
https://r-spatial.org/r/2023/04/10/evolution3.html and
https://rsbivand.github.io/csds_jan23/bivand_csds_ssg_230117.pdf and
perhaps view https://www.youtube.com/watch?v=TlpjIqTPMCA&list=PLzREt6r1NenmWEidssmLm-VO_YmAh4pq9&index=1
that
rgdal
,rgeos
andmaptools
will be retired thisyear, in October 2023.
red
imports 'maptools', 'rgdal', 'rgeos' , using maptools::kmlPolygon maptools::kmlPolygons rgdal::project rgeos::gIntersection rgeos::gSimplify, bulk imported in NAMESPACE.raster
now importsterra
, soterra::project
might replacergdal::project
,terra::crop
rgeos::gIntersection
,sf::st_simplify
rgeos::gSimplify
.maptools::kmlPolygon
,maptools::kmlPolygons
are harder, please contribute to r-spatial/evolution#6 if these functions cannot be avoided. Please fix best by June, latest by October 2023.The text was updated successfully, but these errors were encountered: