-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
70 lines (70 loc) · 1.99 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: HASP
Type: Package
Title: Hydrologic AnalySis Package
Version: 1.0.3
Authors@R: c(person("Laura", "DeCicco",
role = c("aut", "cre"),
email = "ldecicco@usgs.gov",
comment=c(ORCID="0000-0002-3915-9487")),
person("Scott", "Prinos",
role = c("aut"),
email = "stprinos@usgs.gov",
comment=c(ORCID="0000-0002-5776-8956")),
person("Patrick", "Eslick-Huff",
role = c("aut"),
email = "peslick@usgs.gov",
comment=c(ORCID="0000-0003-2611-6012")),
person("Candice", "Hopkins",
role = c("aut"),
email = "chopkins@usgs.gov",
comment=c(ORCID="0000-0003-3207-7267")),
person("Lindsay", "Platt",
role = c("ctr"),
email = "lplatt@usgs.gov"),
person("Tara", "Root",
role = "ctr"))
Description: Data aggregation and plotting of USGS groundwater level data.
License: CC0
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
the United States Department of Interior. For more information, see the
official USGS copyright policy at
https://www.usgs.gov/visual-id/credit_usgs.html#copyright
Depends:
R (>= 3.5.0)
Imports:
dataRetrieval,
dplyr,
tidyr,
ggplot2,
ggpmisc,
ggpp,
scales,
rkt,
checkmate,
whisker,
xfun,
usethis,
magrittr,
EnvStats
Suggests:
testthat,
knitr,
kableExtra,
covr,
readxl,
leaflet,
shiny,
DT,
shinyAce,
shinycssloaders,
shinydashboard,
openxlsx,
rmarkdown
BugReports: https://code.usgs.gov/water/stats/hasp/-/issues
VignetteBuilder: knitr
BuildVignettes: true
LazyLoad: yes
LazyData: yes
Encoding: UTF-8
RoxygenNote: 7.3.1