Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

legacy review: rfishbase #137

Closed
noamross opened this issue Jul 20, 2017 · 1 comment
Closed

legacy review: rfishbase #137

noamross opened this issue Jul 20, 2017 · 1 comment

Comments

@noamross
Copy link
Contributor

noamross commented Jul 20, 2017

This is an issue to record a legacy review from prior to the current onboarding review repository and current review process. Exclude legacy reviews from any review process metrics.

Summary

  • Paste the full DESCRIPTION file inside a code block below:
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: 2.1.2.3
License: CC0
Authors@R: c(person("Carl", "Boettiger", role = c("cre", "aut"), email = "cboettig@ropensci.org"),
             person("Scott", "Chamberlain", role = "aut", email = "scott@ropensci.org"),
             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 (>= 0.4.0),
    lazyeval,
    httr (>= 1.0.0),
    tidyr,
    methods,
    utils
Suggests:
    devtools,
    testthat,
    rmarkdown,
    knitr
VignetteBuilder: knitr
RoxygenNote: 6.0.1
  • URL for the package (the development repository, not a stylized html page):

https://github.com/ropensci/rfishbase/blob

@noamross
Copy link
Contributor Author

Original reviews for this package can be found in its own repository:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant