-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
45 lines (45 loc) · 1.22 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
Package: wader
Title: A Collection of Functions to Retrieve and Summarize the EvergladesWadingBird Data
Version: 0.0.1
Authors@R:
c(person(given = c("Glenda", "M."),
family = "Yenni",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6969-1848")),
person(given = c("Ethan", "P."),
family = "White",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6728-7745")))
Description: Download and generate summaries for the count,
nesting, indicator, and weather data from the Wading Bird Project.
The Wading Bird Project is a long-term (and ongoing) monitoring site
in the Everglades water conservation areas. The raw data files can be found at
<https://github.com/weecology/evergladeswadingbird>.
License: MIT + file LICENSE
Depends:
R (>= 3.2.3)
Imports:
clipr,
clisymbols,
crayon,
dplyr,
httr,
lubridate,
magrittr,
purrr,
rlang,
tidyr,
zoo
Suggests:
ggplot2,
httptest,
knitr,
pkgdown,
rmarkdown,
slider,
testthat
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1