-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
44 lines (44 loc) · 1.76 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
Package: rebird
Version: 1.3.9007
Title: R Client for the eBird Database of Bird Observations
Description: A programmatic client for the eBird database
(<https://ebird.org/home>), including functions for searching for bird
observations by geographic location (latitude, longitude), eBird
hotspots, location identifiers, by notable sightings, by region, and by
taxonomic name.
Depends: R (>= 2.10)
License: MIT + file LICENSE
Authors@R: c(
person("Rafael", "Maia", role = "aut", email = "[email protected]"),
person("Scott", "Chamberlain", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0003-1444-9135")),
person("Andy", "Teucher", role = "aut", email = "[email protected]"),
person("Guy", "Babineau", role = "ctb", email = "[email protected]"),
person("Marianna", "Foos", role = "ctb", email = "[email protected]"),
person("David", "Bradnum", role = "ctb", email = "[email protected]"),
person("Dave", "Slager", role = "ctb", comment = c(ORCID = "0000-0003-2525-2039")),
person("Sebastian", "Pardo", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-4147-5796"))
)
URL: https://docs.ropensci.org/rebird/, https://github.com/ropensci/rebird
BugReports: https://github.com/ropensci/rebird/issues
VignetteBuilder: knitr
Imports:
methods,
utils,
stats,
httr (>= 1.0.0),
jsonlite,
dplyr,
assertthat
Suggests:
knitr,
rmarkdown,
testthat,
covr,
vcr (>= 0.6.0),
withr
RoxygenNote: 7.3.2
X-schema.org-applicationCategory: Data Access
X-schema.org-keywords: birds, birding, ebird, database, data, biology, observations, sightings, ornithology
X-schema.org-isPartOf: https://ropensci.org
Encoding: UTF-8
LazyData: true