PIFSC-Protected-Species-Division / LTabundR

R package for design-based line-transect density estimation
https://pifsc-protected-species-division.github.io/LTabundR-vignette/
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Remove `rgdal` dependency #1

Closed ericmkeen closed 3 months ago

ericmkeen commented 6 months ago

The package rgdal is currently listed as a package dependency for LTabundR, but that package is no longer maintained. Remove all rgdal functions/data and replace with sf tools.

ericmkeen commented 3 months ago

This was actually fixed back in March but I did not have the time to verify. Now verified. All rgdal dependencies should be gone. Confirmed with :

packrat:::recursivePackageDependencies("LTabundR", ignore = "", lib.loc = .libPaths()[1]) %>% sort