- Remove dependency on rgeos and rgdal as they were archived on CRAN. Users should not notice the difference
- Switch wellknown dependency to geojson, geojsonio and geojsonsf. Users should not notice the difference
- Remove function relying on OBIS API as it has changed
- Change package maintainer Lennert Schepers -> Salvador Fernandez
- Bug fixes for slight changes in the Marineregions web services
https://marineregions.org/ changed some of their services. Thus, we had to change the way some functions work, remove functionality of some parameters, and add new functions. We are still in the process of making it all work smoothly.
- new function
mr_features_get()
to fetch features of many different data types, including geojson, shp, kml, and more. - new function
mr_layers()
to list layers
- Tidying man pages throughout package to reduce down to 80 line width
mr_names()
changed behavior. You used to be able to get all names/regions, but now you have to specify a layer you want information for.mr_names_search()
internals changed to account for changes inmr_names()
.
- released to CRAN