Releases: ropensci/tidyhydat
Releases · ropensci/tidyhydat
v0.2.6
tidyhydat 0.2.6
- using
styler
package to format code to tidyverse style guide - added
PROV_TERR_STATE_LOC
toallstations
- added
search_number
function - added
MONTHLY
functions - created function families
- added
on.exit()
to internal code; a better way to disconnect - Updated documentation
v0.2.5
v0.2.4
#tidyhydat 0.2.4
- download_realtime_dd can now accept stations from multiple provinces or simply select multiple provinces
- better error messages for get_ws_token and download_realtime_ws
- All functions that previously accepted STATION_NUMBER == "ALL" now throw an error.
- Added function to download hydat
tidyhydat 0.2.3
Since last github release
tidyhydat 0.2.3
- Remove significant redundancy in station selecting mechanism
- Added package startup message when HYDAT is out of date
- Add internal allstations data
- Added all the tables as functions or data from HYDAT
- Made missing station ouput truncated at 10 missign stations
tidyhdyat 0.2.2
- Adding several new tables
- removed need for both prov and stn args
- reduced some repetition in code