You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).