index.md

Appveyor build Status Travis build Status codecov CRAN_Status_Badge

Interface to the open-source model USGS model VS2DH for simulation of water and energy transport in variable-saturated porous media (for more information see: http://wwwbrr.cr.usgs.gov/projects/GW_Unsat/vs2di1.3/).

Installation

For more details on how to install KWB-R packages checkout our installation tutorial.

### Option: specify GitHub Personal Access Token (GITHUB_PAT)
### see: https://kwb-r.github.io/kwb.pkgbuild/articles/install.html#set-your-github_pat
### why this might be important for you!

#Sys.setenv(GITHUB_PAT = "mysecret_access_token")

if (!require("remotes")) {
install.packages("remotes", repos = "https://cloud.r-project.org")
}

# Install KWB package 'kwb.vs2dh' from GitHub

remotes::install_github("kwb-r/kwb.vs2dh")


KWB-R/kwb.vs2dh documentation built on Sept. 10, 2019, 12:20 p.m.