HYPEtools

CRAN status Conda Version R-CMD-check License: LGPL v3

This repository contains source files for an R package HYPEtools, which provides functions to work with files from and for the hydrological model HYPE.

Summary

HYPEtools provides functions to work with the hydrological model HYPE. HYPE and HYPEtools are projects developed by the Swedish Meteorological and Hydrological Institute (SMHI).

License

HYPEtools is licensed under the LGPL-3.0 license.

Changelog

See the HYPEtools changelog here.

Installation

You can install the development version of HYPEtools from GitHub with:

# install.packages("devtools")
devtools::install_github("rcapell/HYPEtools") # Install Without Vignettes
devtools::install_github("rcapell/HYPEtools", build_vignettes = T) # Install With Vignettes

More detailed instructions on installing the provided sources or package in R can be found here.

Vignettes

Browse HYPEtools Vignettes with:

library(HYPEtools)
browseVignettes("HYPEtools")