Releases: ropensci/riem
Releases · ropensci/riem
riem 1.0.0
-
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 to
TRUE
for the latitude and longitude of the station
to be included in the output.
riem 0.3.2
- Remove last usage of vcr as the choice was made to use httptest2 instead.
riem 0.3.1
-
Fixes timestamp parsing bug in riem_measures() caused by a lubridate 1.9.0 bug (#40, @BenoitFayolle)
riem 0.3.0
- Switches to httr2 and httptest2 under the hood.
- Improves error messages.
riem 0.2.0
v0.1.1 CRAN
Less dependencies than v0.1.0. No more readr and lazyeval, and tibble instead of dplyr.