-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
50 lines (50 loc) · 1.26 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
Package: LAGOSNE
Title: Interface to the Lake Multi-Scaled Geospatial and Temporal Database
Version: 2.0.3
Authors@R: c(
person("Jemma", "Stachelek",
email = "jemma.stachelek@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = c("0000-0002-5924-2464"))),
person("Samantha","Oliver",
role = c("aut"),
comment = c(ORCID = c("0000-0001-5668-1165"))),
person("Farzan","Masrour", role = c("aut"))
)
URL: https://github.com/cont-limno/LAGOSNE,
https://cont-limno.github.io/LAGOSNE/
BugReports: https://github.com/cont-limno/LAGOSNE/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.7.0),
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,
httr
Suggests: testthat,
knitr,
rmarkdown,
devtools,
R.rsp,
printr,
ggplot2
License: GPL
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: R.rsp,
knitr
Language: en-US