-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathDESCRIPTION
More file actions
122 lines (122 loc) · 2.77 KB
/
DESCRIPTION
File metadata and controls
122 lines (122 loc) · 2.77 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
Package: EPATADA
Type: Package
Title: EPA TADA (Tools for Automated Data Analysis) R Package
Version: 0.0.1
Authors@R:
c(person(given = "Cristina",
family = "Mullin",
role = c("aut", "cre"),
email = "mullin.cristina@epa.gov",
comment = c(ORCID = "0000-0002-0615-6087")),
person(given = "Hillary",
family = "Marler",
role = "aut",
email = "marler.hillary@epa.gov",
comment = c(ORCID = "0009-0006-0323-1172")),
person(given = "Jacob",
family = "Greif",
role = "aut"),
person(given = "Elise",
family = "Hinman",
role = "aut"),
person(given = "Kenny",
family = "Wong",
role = "aut"),
person(given = "Kathryn",
family = "Willi",
role = "aut"),
person(given = "Matt",
family = "Brousil",
role = "aut"),
person(given = "Kathleen",
family = "Healy",
role = "aut"),
person(given = "Justin",
family = "Bousquin",
role = "aut"),
person(family = "TADA Working Group",
role = "ctb")
)
Description: Assists data partners in performing water quality analyses with
data from the Water Quality Portal.
License: CC0
Copyright: This software is in the public domain because it contains materials
that originally came from the U.S. Environmental Protection Agency.
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
plyr,
data.table,
dplyr (>= 1.1.0),
tidyr,
tidyselect,
purrr,
grDevices,
stringr,
stringi,
utils,
stats,
lubridate (>= 1.5.0),
ggplot2,
sf,
leaflet,
plotly,
tibble,
rlang (>= 0.4.7),
nhdplusTools,
arcgislayers,
MESS,
units,
igraph,
openxlsx,
DT,
dataRetrieval (>= 2.7.21),
rExpertQuery,
TADACommunityHub,
readr (>= 1.4.0),
spsUtil,
httr,
leaflegend,
usethis
Depends:
R (>= 4.1.0)
Suggests:
curl (>= 7.0.0),
xml2,
whisker,
hydroloom,
lwgeom,
RColorBrewer,
rmarkdown,
knitr,
testthat,
testthis,
devtools,
pkgdown,
spelling,
htmltools,
htmlwidgets,
tigris,
yaml,
rvest,
remotes,
covr,
here,
Polychrome,
httr2 (>= 1.2.1),
roxygen2,
withr
Remotes:
USEPA/rExpertQuery@develop,
USEPA/TADACommunityHub@main
VignetteBuilder: knitr, rmarkdown
BuildVignettes: true
Language: en-US
Config/testthat/edition: 3
Config/testthat/load-all: list(export_all = FALSE, helpers = FALSE)
URL: https://usepa.github.io/EPATADA/, https://github.com/USEPA/EPATADA
LazyData: true
LazyDataCompression: xz
Config/Needs/website: rmarkdown
BugReports: https://github.com/USEPA/EPATADA/issues