-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.12 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
Package: LAGOSUS
Title: Interface to the Lake Multi-Scaled Geospatial and Temporal Database
Version: 0.0.4
Authors@R: c(
person("Jemma", "Stachelek",
email = "stachel2@msu.edu",
role = c("aut", "cre"),
comment = c(ORCID = c("0000-0002-5924-2464")))
)
URL: https://github.com/cont-limno/LAGOSUS
BugReports: https://github.com/cont-limno/LAGOSUS/issues
Description: Client for programmatic access to the Lake
Multi-scaled Geospatial and Temporal database <https://lagoslakes.org>, with functions
for accessing lake water quality and ecological context data for the US.
Depends:
R (>= 3.5.0)
Imports: dplyr (>= 0.8.99),
rappdirs (>= 0.3.1),
lazyeval (>= 0.2),
purrr (>= 0.2.2.2),
magrittr (>= 1.5),
sf,
curl (>= 2.7.0),
stringr (>= 1.2.0),
tibble,
tidyr,
memoise,
rlang,
progress,
qs,
snakecase
Suggests: testthat,
withr,
knitr,
rmarkdown,
devtools,
R.rsp,
printr,
ggplot2,
mapview
License: GPL
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Roxygen: list(markdown = TRUE)
VignetteBuilder: R.rsp,
knitr
Language: en-US