Package: rebird
Version: 1.0.0
Title: R Client for the eBird Database of Bird Observations
Description: A programmatic client for the eBird database, 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 = "rm72@zips.uakron.edu"),
    person("Scott", "Chamberlain", role = "aut", email = "myrmecocystus@gmail.com", comment = c(ORCID = "0000-0003-1444-9135")),
    person("Andy", "Teucher", role = "aut", email = "andy.teucher@gmail.com"), 
    person("Sebastian", "Pardo", role = c("aut", "cre"), email = "sebpardo@gmail.com", comment = c(ORCID = "0000-0002-4147-5796"))
    )
URL: http://github.com/ropensci/rebird
BugReports: http://github.com/ropensci/rebird/issues
VignetteBuilder: knitr
Imports: methods, utils, stats, httr (>= 1.0.0), jsonlite, dplyr,
        assertthat
Suggests: knitr, testthat, covr
RoxygenNote: 6.1.0
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
NeedsCompilation: no
Packaged: 2018-09-27 20:08:58 UTC; mavzz
Author: Rafael Maia [aut],
  Scott Chamberlain [aut] (<https://orcid.org/0000-0003-1444-9135>),
  Andy Teucher [aut],
  Sebastian Pardo [aut, cre] (<https://orcid.org/0000-0002-4147-5796>)
Maintainer: Sebastian Pardo <sebpardo@gmail.com>
Repository: CRAN
Date/Publication: 2018-09-27 23:00:11 UTC
