-
Breaking change:
date_start
andstation
no longer have default values. -
New arguments
data
,latlon
,report_type
,elev
(#48, @JElchison). -
Breaking change:
latlon
default toFALSE
: you need to explicitly set it toTRUE
for the latitude and longitude of the station to be included in the output.
- 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.