Skip to content

0.3.5

Compare
Choose a tag to compare
@boshek boshek released this 22 Aug 16:22
· 229 commits to main since this release
0.3.5
6cb8a87

tidyhydat 0.3.5

IMPROVEMENTS

  • New function: realtime_add_local_datetime() adds a local datetime column to realtime_dd() tibble (#64)
  • New function: pull_station_number() wraps pull(STATION_NUMBER) for convenience

MINOR BREAKING CHANGES

  • In effort to standardize, the case of column names for some rarely used function outputs were changed to reflect more commonly used function outputs. This may impact some workflows where columns are referenced by names (#99).

BUG FIXES

  • Functions that have a start_date and end_date actually work with said argument (#98)
  • hy_annual_instant_peaks() now parses the date correctly into UTC and includes a datetime and time zone column. (#64)
  • hy_stn_data_range() now returns actual NA's rather than string NA's (#97)

MINOR IMPROVEMENT

  • download_hydat() now returns an informative error if the download fails due to proxy-related connection issues (@rywhale, #101).