-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
59 lines (59 loc) · 1.15 KB
/
DESCRIPTION
File metadata and controls
59 lines (59 loc) · 1.15 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
Package: rExpertQuery
Type: Package
Title: R Tools for Expert Query
Version: 0.1.0
Authors@R:
person(given = "Hillary",
family = "Marler",
role = c("aut", "cre"),
email = "marler.hillary@epa.gov",
comment = c(ORCID = "0009-0006-0323-1172"))
Description: Access ATTAINS data efficiently via Expert Query web services.
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:
data.table,
dplyr,
httr2,
jsonlite,
lubridate,
purrr,
readr,
rlang,
tibble,
tidyr,
utils
Suggests:
datasets,
devtools,
DT,
ggplot2,
httr,
knitr,
leaflet,
maps,
pkgdown,
plotly,
rmarkdown,
remotes,
roxygen2,
sf,
spelling,
stringi,
testthis,
testthat (>= 3.0.0),
usdata,
usethis,
usmap,
yaml
Depends:
R (>= 4.1.0)
VignetteBuilder: knitr, rmarkdown
LazyData: true
LazyDataCompression: xz
Config/testthat/edition: 3
URL: https://usepa.github.io/rExpertQuery/