Package: rfishbase
Title: R Interface to 'FishBase'
Description: A programmatic interface to <http://www.fishbase.org>, re-written
    based on an accompanying 'RESTful' API. Access tables describing over 30,000
    species of fish, their biology, ecology, morphology, and more. This package also
    supports experimental access to <http://www.sealifebase.org> data, which contains
    nearly 200,000 species records for all types of aquatic life not covered by
    'FishBase.'
Version: 3.0.4
Encoding: UTF-8
License: CC0
Authors@R: c(person("Carl", "Boettiger", 
                    role = c("cre", "aut"), 
                    email = "cboettig@gmail.com", ,
                   comment = c(ORCID = "0000-0002-1642-628X")),
             person("Scott", "Chamberlain", role = "aut", 
                    email = "myrmecocystus@gmail.com", 
                    comment = c(ORCID="0000-0003-1444-9135")),
             person("Duncan", "Temple Lang", role="aut"), 
             person("Peter", "Wainwright", role="aut"))
URL: https://github.com/ropensci/rfishbase
BugReports: https://github.com/ropensci/rfishbase/issues
LazyData: true
Depends: R (>= 3.0)
Imports: dplyr, purrr, methods, utils, memoise, readr, rlang, magrittr,
        stringr, gh
Suggests: devtools, testthat, rmarkdown, knitr, covr
VignetteBuilder: knitr
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-06-27 18:48:08 UTC; rstudio
Author: Carl Boettiger [cre, aut] (<https://orcid.org/0000-0002-1642-628X>),
  Scott Chamberlain [aut] (<https://orcid.org/0000-0003-1444-9135>),
  Duncan Temple Lang [aut],
  Peter Wainwright [aut]
Maintainer: Carl Boettiger <cboettig@gmail.com>
Repository: CRAN
Date/Publication: 2019-06-27 21:50:03 UTC
