forked from USEPA/EPATADA
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
100 lines (100 loc) · 2.32 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
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
Package: EPATADA
Type: Package
Title: EPA TADA (Tools for Automated Data Analysis) R Package
Version: 0.0.1
Authors@R:
c(person(given = "U.S. Environmental Protection Agency",
role = "aut"),
person(given = "Cristina",
family = "Mullin",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0615-6087")),
person(given = "Hillary",
family = "Marler",
role = "aut"),
person(given = "Jacob",
family = "Greif",
role = "aut"),
person(given = "Elise",
family = "Hinman",
role = "aut"),
person(given = "Kathleen",
family = "Healy",
role = "ctb"),
person(given = "Kenny",
family = "Wong",
role = "ctb"),
person(given = "Kathryn",
family = "Willi",
role = "ctb"),
person(given = "Justin",
family = "Bousquin",
role = "ctb"),
person(given = "Renae",
family = "Myers",
role = "ctb"),
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.2
Imports:
plyr,
data.table,
dplyr,
tidyr,
tidyselect,
purrr,
grDevices,
magrittr,
stringr,
stringi,
utils,
stats,
lubridate,
dataRetrieval,
ggplot2,
sf,
leaflet,
leaflet.extras,
plotly,
urltools,
geojsonsf,
tibble,
rlang,
nhdplusTools,
arcgislayers,
httr,
jsonlite
Depends:
R (>= 3.5.0)
Suggests:
lwgeom,
DT,
RColorBrewer,
rmarkdown,
readr,
tidyverse,
knitr,
testthat,
testthis,
usethis,
devtools,
pkgdown,
spelling,
htmltools,
yaml
VignetteBuilder: knitr, rmarkdown
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