-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
46 lines (46 loc) · 1.48 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: wrv
Title: Wood River Valley Groundwater-Flow Model
Version: 1.1.7
Authors@R: c(
person(given=c("Jason", "C."), family="Fisher", role=c("aut", "cre"), email="jfisher@usgs.gov", comment=c(ORCID="0000-0001-9032-8912")),
person(given=c("Allan", "H."), family="Wylie", role="ctb", email="Allan.Wylie@idwr.idaho.gov"),
person(given="Jennifer", family="Sukow", role="ctb", email="Jennifer.Sukow@idwr.idaho.gov"))
Description: A processing program for the groundwater-flow model of the Wood
River Valley aquifer system, south-central Idaho. Included in the package is
MODFLOW-USG version 1.3, a U.S. Geological Survey groundwater-flow model.
Depends:
R (>= 3.2.0)
Imports:
dplyr,
inlmisc,
methods,
sp,
stats,
raster
Suggests:
animation,
dataRetrieval,
git2r,
grDevices,
knitr,
leaflet,
rgdal,
rgeos,
sfsmisc,
viridisLite,
xtable
SystemRequirements: PEST (>= 13.0, optional)
License: CC0
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey (USGS), an
agency of the United States Department of Interior. For more information,
see the official USGS copyright policy at
https://www2.usgs.gov/visual-id/credit_usgs.html
URL: https://github.com/USGS-R/wrv
BugReports: https://github.com/USGS-R/wrv/issues
Encoding: UTF-8
ByteCompile: true
LazyData: true
LazyDataCompression: xz
VignetteBuilder: knitr
RoxygenNote: 7.1.1