Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
rsbivand opened this issue Dec 14, 2022 · 1 comment
Closed

Comments

@rsbivand
Copy link

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.

@courtiol
Copy link
Owner

Thanks @rsbivand we will work on this soon.
The open question for us is terra vs stars/sf, but we will look into that ASAP.

courtiol added a commit that referenced this issue Jan 27, 2023
@courtiol courtiol added this to the version 0.9.1 milestone Sep 24, 2023
@courtiol courtiol unpinned this issue Sep 25, 2023
courtiol added a commit that referenced this issue Sep 25, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants