Skip to content

Releases: ropensci/tidyhydat

v0.2.6

08 Sep 21:47
v0.2.6
27d27bc
Compare
Choose a tag to compare

tidyhydat 0.2.6

  • using styler package to format code to tidyverse style guide
  • added PROV_TERR_STATE_LOC to allstations
  • 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

31 Aug 21:04
v0.2.5
Compare
Choose a tag to compare
v0.2.5

v0.2.4

29 Aug 23:43
v0.2.4
Compare
Choose a tag to compare

#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

28 Aug 22:53
v0.2.3
Compare
Choose a tag to compare
tidyhydat 0.2.3 Pre-release
Pre-release

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