forked from rchlumsk/RavenR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS.Rmd
40 lines (27 loc) · 1.31 KB
/
NEWS.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
output: github_document
---
<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "NEWS-"
)
```
# RavenR
RavenR is an R package for handling Raven hydrologic modelling framework inputs, outputs, and diagnostics. Please contact Robert Chlumsky (rchlumsk@uwaterloo.ca) for any troubleshooting, bug fixes, or recommendations on future releases.
# RavenR 1.0.6
## New Features
New functions contributed by Dr. James Craig
* rvh.read for reading in rvh files
* plot.subbasinNetwork for creating network plots of watersheds
# RavenR 1.0.5
## Bug Fixes
* updated the apply.wyearly function
* fixed a bug in the set of functions for annual.peak.event, annual.peak.event.error, annual.peak.timing.error, annual.volume, cum.plot.flow related to the period.apply function being used with the lubridate date functions
* added which.max.xts to support the bug fixes in second bullet, which ix exactly which.max but returns the expected output for xts objects
# RavenR 1.0.4
## Bug Fixes
* fixed bug in apply.wyearly that was reported by a number of users since the last update
* fixed bug reported in hyd.plot in plotting precip on the secondary y-axis, now uses the prd argument as well to plot to the same period as the hydrographs