Package: auk Title: eBird Data Extraction and Processing in R Version: 0.9.2 Authors@R: c(person(given = "Matthew", family = "Strimas-Mackey", role = c("aut", "cre"), email = "mes335@cornell.edu", 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 (), an online tool for recording bird observations. Public access to the full eBird database is via the eBird Basic Dataset (EBD; see 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://cornelllabofornithology.github.io/auk/ BugReports: https://github.com/CornellLabofOrnithology/auk/issues Depends: R (>= 4.1.0) Imports: assertthat, countrycode (>= 1.0.0), dplyr (>= 0.7.8), httr2, 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.3 Config/pak/sysreqs: libicu-dev libssl-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-03-20 04:10:49 UTC RemoteUrl: https://github.com/CornellLabofOrnithology/auk RemoteRef: main RemoteSha: e2fc3cda779ccef3a25961dec7c940cefd2f3729 NeedsCompilation: no Packaged: 2026-07-01 08:15:57 UTC; root Author: Matthew Strimas-Mackey [aut, cre] (ORCID: ), Eliot Miller [aut], Wesley Hochachka [aut], Cornell Lab of Ornithology [cph] Maintainer: Matthew Strimas-Mackey