Skip to content

Submission: SymbiotaR2 #373

@akoontz11

Description

@akoontz11

Submitting Author: Austin Koontz (@akoontz11 )
Repository: https://github.com/pearselab/SymbiotaR2
Version submitted: 0.0.1
Editor: @noamross
Reviewers: @bpbond, @sckott

Due date for @bpbond: 2020-06-25

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.

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.

This package:

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.md matching JOSS's requirements with a high-level description in the package root or in inst/.
    • The package is deposited in a long-term repository with the DOI:
    • (Do not submit your package separately to JOSS)
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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions