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.0
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 = "scott@ropensci.org", 
                    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
Suggests: devtools, testthat, rmarkdown, knitr
VignetteBuilder: knitr
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-11-09 03:03:47 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: 2018-11-09 17:10:03 UTC
