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 hy_daily() function which combines all daily data into one dataframe.
Add a quick base R plotting feature for quick visualization of realtime and historical data.
Add realtime_daily_mean function that quickly converts higher resolution data into daily means.
New vignette outlining some example usage.
BUG FIXES
Fixed bug in download_hydat() that create a path that wasn't OS-independent.
Fixed a bug on download_hydat() where by sometimes R had trouble overwriting an existing version of existing database. Now the old database is simply deleted before the new one is downloaded.
hy_annual_instant_peaks() now returns a date object with HOUR, MINUTE and TIME_ZONE returned as separed columns. (#10)
All variable values of LEVEL and FLOW have been changed to Level and Flow to match the output of hy_data_types. (#60)
Tidier and coloured error messages throughout.
Review field incorrectly specified the rOpenSci review page. Removed the link from the DESCRIPTION.