-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
34 lines (34 loc) · 1.25 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
Package: bbsAssistant
Title: Download and Munge Data and Information from the North American Breeding Bird Survey
Version: 2.0.0
Authors@R: c(
person("Jessica", "Burnett", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0896-5099")),
person("Gabriela", "Palomo-Munoz", role = "aut", comment = c(ORCID = "0000-0002-0661-413X")),
person("Lyndsie", "Wszola", role = "aut", comment = c(ORCID = "0000-0002-2660-2048")))
Description: Tools to help efficiently manipulate the North American Breeding Bird
Survey (BBS) data. bbsAssistant contains tools for downloading and/or importing
BBS data. Manipulation tools allow the user to filter observations and associated route-level metadata
using taxonomic, spatial, or temporal filters, zero-fill the dataset for a given species, and condense
the official dataset from stop-level to route-level data.
License: CC0
Encoding: UTF-8
URL: https://github.com/trashbirdecology/bbsAssistant/
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Depends:
R (>= 2.10)
Imports:
lubridate,
dplyr,
magrittr,
readr,
sbtools,
stringr,
usethis,
utils
Suggests:
spelling,
testthat (>= 3.0.0)
Language: en-US
Config/testthat/edition: 3