Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Releases: ropensci-archive/mregions

mregions v0.1.6

17 Oct 21:06
Compare
Choose a tag to compare

BUG FIXES

  • Bug fixes for slight changes in the Marineregions web services

mregions v0.1.4

08 Dec 18:18
Compare
Choose a tag to compare

http://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 FEATURES

  • 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

MINOR IMPROVEMENTS

  • 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 in
    mr_names().

mregions v0.1.0

03 Aug 05:12
Compare
Choose a tag to compare

NEW FEATURES

  • released to CRAN