Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 792 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 792 Bytes

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.

Installation

You can install RavenR from github with:

# install.packages("devtools")
library(devtools)
devtools::install_github("rchlumsk/RavenR")

Tutorials and Quick Start Guide

Please see the vignettes or pdf folder for RavenR Tutorials and Quick Start Guides. Sample data is included in the package, so you need only to install the RavenR library and follow along in the guide documents to get started.