Releases: ropensci/tidyhydat
Releases · ropensci/tidyhydat
1.0.0
tidyhydat 1.0.0
- new
available_flows()andavailable_levels()functions combine validated historical data with provisional real-time data (#234) hy_daily_flows()andhy_daily_levels()now supporthydat_path = FALSEto access historical web service data without downloading HYDAT- web service outputs now have custom classes with print methods (#212)
- plot methods add padding around the start and end of records for better visualization
- httptest2 used for mocking web service tests (#212)
- update copyright and license information (#236)
Full Changelog: v0.7.2...1.0.0
0.7.2
v0.7.1
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_wsnow returns theApproval/Approbationcolumn 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_remotefunction 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_datetimeto make how timezones are dealt with clearer (#157) - Expose the query time for realtime functions as an attri