Skip to content

Releases: ropensci/rerddap

rerddap v0.3.0

09 Oct 16:40
Compare
Choose a tag to compare

NEW FEATURES

  • Cache functions accept the outputs of griddap() and tabledap()
    so that the user can easily see cache details or delete the file from
    the cache without having to manually get the file name. (#30)

MINOR IMPROVEMENTS

  • All package dependencies now use importFrom so we only import
    functions we need instead of their global namespaces.

BUG FIXES

  • Fixed bug in parsing data from netcdf files, affected the
    griddap() function (#28)

rerddap 0.2.0

01 Jul 04:15
Compare
Choose a tag to compare

NEW FEATURES

  • Added a suite of functions to manage local cached files (#17)

MINOR IMPROVEMENTS

  • Added new ERDDAP server to list of servers in the servers() function (#21)

BUG FIXES

  • Fixed a few cases across a number of functions in which an empty list
    passed to query parmaeter in httr::GET() caused an error (#23)
  • Fixed retrieval of path to file written to disk by httr::write_disk() (#24)
  • last is a value accepted by ERDDAP servers, but internal functions
    weren't checking correctly, fixed now. (#25)
  • as.info() wasn't passing on the url parameter to the info() function.
    fixed now. (#26)

rerddap 0.1.0

09 May 16:01
Compare
Choose a tag to compare

NEW FEATURES

  • released to CRAN