-
-
Notifications
You must be signed in to change notification settings - Fork 106
Description
Submitting Author: Austin Koontz (@akoontz11 )
Repository: https://github.com/pearselab/SymbiotaR2
Version submitted: 0.0.1
Editor: @noamross
Reviewers: @bpbond, @sckott
Due date for @sckott: 2020-08-31
Archive: TBD
Version accepted: TBD
- Paste the full DESCRIPTION file inside a code block below:
Package: SymbiotaR2
Type: Package
Title: Downloading data from Symbiota2 portals into R
Version: 0.0-1
Authors@R: c(person("Austin", "Koontz", email = "[email protected]", role = c("aut", "cre")),
person("William D.", "Pearse", email = "[email protected]", role ="aut", comment=c(ORCID="0000-0002-6241-3164")))
Maintainer: Austin Koontz <[email protected]>
Description: Download data from Symbiota2 portals using Symbiota's
API. Covers the Checklists, Collections, Crowdsource, Exsiccati,
Glossary, ImageProcessor, Key, Media, Occurrence, Reference, Taxa,
Traits, and UserRoles API families. Each Symbiota2 portal owner
can load their own plugins (and modified code), and so this
package may not cover every possible API endpoint from a given
Symbiota2 instance.
License: MIT + file LICENSE
URL: https://github.com/pearselab/SymbiotaR2
BugReports: https://github.com/pearselab/SymbiotaR2/issues
VignetteBuilder: knitr
LazyLoad: yes
Suggests:
knitr (>= 1.23),
testthat (>= 2.0.0),
vcr (>= 0.3.0)
Imports:
httr (>= 1.0.0),
xml2 (>= 1.2.0),
rjson (>= 0.2.20),
fs (>= 1.2.6)
Encoding: UTF-8
RoxygenNote: 7.0.2
Scope
-
Please indicate which category or categories from our package fit policies this package falls under: (Please check an appropriate box below. If you are unsure, we suggest you make a pre-submission inquiry.):
- data retrieval
- data extraction
- database access
- data munging
- data deposition
- workflow automataion
- version control
- citation management and bibliometrics
- scientific software wrappers
- database software bindings
- geospatial data
- text analysis
-
Explain how and why the package falls under these categories (briefly, 1-2 sentences):
The primary purpose of SymbiotaR2 is to allow users to pull objects from the specified Symbiota2 database portal into an R environment. It does this by wrapping each of the default API calls made available on the Symbiota2 portal of interest.
- Who is the target audience and what are scientific applications of this package?
The target audiences includes anyone interested in using R to analyze biological specimen data made available through the Symbiota2 content management system. Potential scientific applications include comparing biological trait data between different lineages, analyzing phenological data, and biodiversity research generally.
- Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category?
No R packages have been developed for the updated code structure provided by Symbiota2.
- If you made a pre-submission enquiry, please paste the link to the corresponding issue, forum post, or other discussion, or @tag the editor you contacted.
Technical checks
Confirm each of the following by checking the box.
- I have read the guide for authors and rOpenSci packaging guide.
This package:
- does not violate the Terms of Service of any service it interacts with.
- has a CRAN and OSI accepted license.
- contains a README with instructions for installing the development version.
- includes documentation with examples for all functions.
- contains a vignette with examples of its essential functions and uses.
- has a test suite.
- has continuous integration, including reporting of test coverage using services such as Travis CI, Coveralls and/or CodeCov.
Publication options
- Do you intend for this package to go on CRAN?
- Do you intend for this package to go on Bioconductor?
- Do you wish to automatically submit to the Journal of Open Source Software? If so:
JOSS Options
- The package has an obvious research application according to JOSS's definition.
- The package contains a
paper.mdmatching JOSS's requirements with a high-level description in the package root or ininst/. - The package is deposited in a long-term repository with the DOI:
- (Do not submit your package separately to JOSS)
- The package contains a
- Do you wish to submit an Applications Article about your package to Methods in Ecology and Evolution? If so:
MEE Options
- The package is novel and will be of interest to the broad readership of the journal.
- The manuscript describing the package is no longer than 3000 words.
- You intend to archive the code for the package in a long-term repository which meets the requirements of the journal (see MEE's Policy on Publishing Code)
- (Scope: Do consider MEE's Aims and Scope for your manuscript. We make no guarantee that your manuscript will be within MEE scope.)
- (Although not required, we strongly recommend having a full manuscript prepared when you submit here.)
- (Please do not submit your package separately to Methods in Ecology and Evolution)
Code of conduct
- I agree to abide by rOpenSci's Code of Conduct during the review process and in maintaining my package should it be accepted.