- Remove last usage of vcr as the choice was made to use httptest2 instead.
-
set tz=UTC on request to ensure tz result (#43, @akrherz)
-
Fixes timestamp parsing bug in riem_measures() caused by a lubridate 1.9.0 bug (#40, @BenoitFayolle)
- Switches to httr2 and httptest2 under the hood.
- Improves error messages.
- Switches to newer IEM metadata web services (#35, @akrherz)
-
Eliminates a few dependencies (dplyr, lazyeval, readr) to make installation easier.
-
Now the default end date for
riem_measures
is the current date as given bySys.Date()
.
- Added a
NEWS.md
file to track changes to the package.