Releases: ropensci/rerddap
Releases · ropensci/rerddap
rerddap v0.3.0
NEW FEATURES
- Cache functions accept the outputs of
griddap()
andtabledap()
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
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 toquery
parmaeter inhttr::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 theurl
parameter to theinfo()
function.
fixed now. (#26)
rerddap 0.1.0
NEW FEATURES
- released to CRAN