index.md

R-CMD-check pkgdown codecov Project Status CRAN_Status_Badge R-Universe_Status_Badge

R Interface for the Last Official Release of Hydrus1D (v4.17.0140) for Windows.

Installation

For installing the latest release of this R package run the following code below:

# Enable repository from kwb-r
options(repos = c(
  kwbr = 'https://kwb-r.r-universe.dev',
  CRAN = 'https://cloud.r-project.org'))

# Download and install kwb.hydrus1d in R
install.packages('kwb.hydrus1d')

# Browse the kwb.swmm manual pages
help(package = 'kwb.hydrus1d')

Usage

Checkout the Workflow article on how to use this R package.



KWB-R/kwb.hydrus1d documentation built on Nov. 21, 2022, 4:54 a.m.