Skip to content

USGS-R/wrv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c71752a · Jun 30, 2020
Jun 30, 2020
Nov 6, 2018
Jun 30, 2020
Jun 30, 2020
Oct 29, 2016
Nov 6, 2018
Feb 7, 2017
Sep 15, 2016
Oct 29, 2016
Oct 19, 2017
Jun 30, 2020
Feb 24, 2017
Aug 9, 2019
Oct 29, 2016
Jun 30, 2020
Jun 30, 2020

Repository files navigation

wrv

Travis-CI Build Status USGS Category

Overview

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.

Install

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)

Run

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.

Contact

Please consider reporting bugs and asking questions on the Issues page.

Disclaimer

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.