The R package wrv is for processing the groundwater-flow model of the Wood River Valley (WRV) aquifer system, south-central Idaho. The groundwater-flow model is described in the associated model report and model archive. Included in the package is MODFLOW-USG version 1.3, a U.S. Geological Survey (USGS) computer code that solves the groundwater-flow equation.
You can install wrv from GitHub, and its dependencies from CRAN, using the following commands:
if (!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("USGS-R/wrv", dependencies = TRUE)
Load wrv in the current R session
library(wrv)
Access package documentation
help(package = "wrv")
See training material for example applications using the wrv package.
Please consider reporting bugs and asking questions on the Issues page.
This software has been approved for release by the U.S. Geological Survey (USGS). Although the software has been subjected to rigorous review, the USGS reserves the right to update the software as needed pursuant to further analysis and review. No warranty, expressed or implied, is made by the USGS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. Furthermore, the software is released on condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from its authorized or unauthorized use.