-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
70 lines (70 loc) · 1.64 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: TADAShiny
Type: Package
Title: Water Quality Portal Data Discovery and Cleaning: First R Shiny App in the TADA (Tools for Automated Data Analysis) Series
Version: 0.0.0.9000
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 = "Trip",
family = "Hook",
role = "aut"),
person(given = "Elise",
family = "Hinman",
role = "aut")
)
Description: Assists data partners in retrieving, wrangling, quality checking, and harmonizing data from the Water Quality Portal for subsequent analyses.
License: CC0
Copyright: This software is in the public domain because it contains materials
that originally came from the U.S. Environmental Protection Agency.
Imports:
magrittr,
golem,
htmltools,
readxl,
writexl,
shiny,
leaflet,
shinyWidgets,
shinycssloaders,
DT,
ggplot2,
EPATADA,
shinybusy,
dplyr,
plyr,
tidyr,
scales,
forcats,
RColorBrewer,
grDevices,
lubridate,
plotly,
shinyjs
Remotes:
github::USEPA/EPATADA
Suggests:
config,
testthat,
remotes,
covr,
rmarkdown,
knitr,
spelling,
sf,
stringr,
utils
Depends:
R (>= 3.5.0)
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
Config/testthat/load-all: list(export_all = FALSE, helpers = FALSE)
LazyData: true
URL: https://github.com/USEPA/TADAShiny
BugReports: https://github.com/USEPA/TADAShiny/issues
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)