-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
57 lines (57 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
Package: auk
Title: eBird Data Extraction and Processing in R
Version: 0.8.0
Authors@R:
c(person(given = "Matthew",
family = "Strimas-Mackey",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8929-7776")),
person(given = "Eliot",
family = "Miller",
role = "aut"),
person(given = "Wesley",
family = "Hochachka",
role = "aut"),
person(given = "Cornell Lab of Ornithology",
role = "cph"))
Description: Extract and process bird sightings records from
eBird (<http://ebird.org>), an online tool for recording bird
observations. Public access to the full eBird database is via the
eBird Basic Dataset (EBD; see <http://ebird.org/ebird/data/download>
for access), a downloadable text file. This package is an interface to
AWK for extracting data from the EBD based on taxonomic, spatial, or
temporal filters, to produce a manageable file size that can be
imported into R.
License: GPL-3
URL: https://github.com/CornellLabofOrnithology/auk,
https://cornelllabofornithology.github.io/auk/
BugReports:
https://github.com/CornellLabofOrnithology/auk/issues
Depends:
R (>= 3.1.2)
Imports:
assertthat,
countrycode (>= 1.0.0),
dplyr (>= 0.7.8),
httr,
magrittr,
readr (>= 2.0.0),
rlang (>= 0.3.0),
stringi,
stringr,
tidyr (>= 0.8.0)
Suggests:
covr,
knitr,
rmarkdown,
sf,
testthat,
unmarked,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2