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
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 raster3.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.
The text was updated successfully, but these errors were encountered:
* Update Roxygen
* Add terra
* Store shape files for polygons
terra does not seem to allow for the use of rda...
* prepraster uses terra
* Bump version number for devel
* Fix Roxygen issues
* Reoxygenise
* Swith to terra
* Fix wrong statement
* Emmulate lazy loading for terra data
* Fix extract calls
* Re-export more terra fns
* Remove old rda files
* Add tif for elevation
* Some tif files now need to be tracked
* Switch to terra (fixes#161, fixes#90)
* Silence spaMM expected warnings (fixes#115)
* Fix test
* Change caused by new version of Roxygen
* Change filename
* Make path definition more robust
* CountryBorders and OceanMask are now of class SpatVector
* Remove raster and sp dependency
* Update NEWS
* Improve style and comments
* elevatr behaviour seems to have changed...
* Add info about crash caused by timeout
* Slight improvement on how to handle paths
* Fix broken tests
* Remove maps (not used)
* Typo. Fixes#160
* Fix typo
* terra:vect does not understand tibbles
* Fixes#165
* Add comment
* Reoxygenise
* elevatr moved to Suggests. Fixes#157
* Change timeout (fixes#148)
* Fix documentation (fixes#158)
* Remove wrong message about extrapolation (fixes#159)
* Make second display consistent
* Bump version number
* Fix typo
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.The text was updated successfully, but these errors were encountered: