Releases: ropensci/tidyhydat
Releases · ropensci/tidyhydat
v0.7.0
tidyhydat 0.7.0
- bump minimum R version to 4.2.0
- dropped httr in favour of httr2
- fix bug where
download_hydat()
fails iftempdir()
is on a different device than hydat_path (@mpdavison, #192) - fix bug where
download_hydat()
wasn't checking alternative paths for success (@Travis-Simmons)
v0.6.1
tidyhydat 0.6.1
- Add
...
to print methods so you can pass arguments all the way down. - Add workaround for vroom#519 bug that prevents
realtime_*
functions from working realtime_ws
now returns theApproval/Approbation
column as a character vector rather than a integer. ECCC is now putting non-integers in that column so this is a less strict formatting solution.
0.5.7
tidyhydat 0.5.7
- new
hy_remote
function which looks to see what version is available from ECCC (#183) - Improved logic to download HYDAT even if there is some clutter present (@gdelaplante #180)
- Updated to work with coming changes to dbplyr (#179)
- Use testthat 3rd edition and update a bunch of tests
- Make tinyhydat even tinier to remove R CMD check note
0.5.6
0.5.5
v0.5.4
tidyhydat 0.5.4
- When add a local timezone column, use the most common timezone in the data rather than the first one. This just seems more likely to be useful to users
- Add more documentation to
realtime_add_local_datetime
to make how timezones are dealt with clearer (#157) - Expose the query time for realtime functions as an attri
v0.5.3
tidyhydat 0.5.3
v0.5.2
v0.5.1
v0.5.0
tidyhydat 0.5.0
MINOR FIXES
- Revise multi prov test to realtime because of network load and prone to intermittent failure
- Adding rOpenSci doc site to DESCRIPTION
- Fix character NA's in
hy_stations
(#125) - Allow downloading HYDAT to alternative locations (#129)
- Provide better documentation of how change default db location in
hy_set_default_db()