Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.25 KB

index.md

File metadata and controls

29 lines (21 loc) · 1.25 KB

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

Functions enabling the reading and writing of EPANET (http://www.epa.gov/nrmrl/wswrd/dw/epanet.html) input files and reading of output files.

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.epanet in R
install.packages('kwb.epanet')

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