-
-
Notifications
You must be signed in to change notification settings - Fork 106
Description
Date accepted: 2025-09-17
Submitting Author Name: Kristen Martinet
Submitting Author Github Handle: @kmartinet
Repository: https://github.com/kmartinet/ssarp
Version submitted: 0.2.0
Submission type: Standard
Editor: @jhollist
Reviewers: @txm676, @joelnitta
Archive: TBD
Version accepted: TBD
Language: en
- Paste the full DESCRIPTION file inside a code block below:
Package: ssarp
Type: Package
Title: SSARP (Species-/Speciation-Area Relationship Projector)
Description: Create Species- and Speciation-Area Relationships for any taxa.
Authors@R: person("Kristen", "Martinet", email = "kmartinet@outlook.com", role = c("aut", "cre"))
Maintainer: Kristen Martinet <kmartinet@outlook.com>
Version: 0.2.0
URL: https://github.com/kmartinet/ssarp, https://kmartinet.github.io/ssarp/
BugReports: https://github.com/kmartinet/ssarp/issues
Imports:
ape,
checkmate,
cli,
Dict,
dplyr,
epm,
httr,
mapdata,
maps,
rgbif,
segmented,
stringi,
tidyr
LazyData: true
Encoding: UTF-8
License: GPL (>=2)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Depends:
R (>= 4.3.0)
Suggests:
testthat (>= 3.0.0),
rmarkdown,
knitr (>= 1.46)
Config/testthat/edition: 3
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
- data munging
- data deposition
- data validation and testing
- workflow automation
- version control
- citation management and bibliometrics
- scientific software wrappers
- field and lab reproducibility tools
- database software bindings
- geospatial data
- text analysis
-
Explain how and why the package falls under these categories (briefly, 1-2 sentences):
The SSARP R package provides a smooth workflow for obtaining occurrence records for taxa of interest from GBIF (through the use of rgbif utilities), associating GPS points with appropriate landmasses, getting the area of those landmasses, calculating speciation rates, and creating species- and speciation-area relationships.
- Who is the target audience and what are scientific applications of this package?
SSARP's target audience includes researchers who want to create species- and speciation-area relationships in order to visualize trends in biodiversity across island (or island-like) systems globally. Species- and speciation-area relationships are useful for determining whether biodiversity is distributed in an unusual way in a given island system (e.g., species richness decreasing as islands get larger instead of increasing). An unusual trend in these relationships may be indicative of habitat loss or a negative impact of non-native species.
- 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 other R packages provide the workflow that SSARP provides, but there are other R packages that provide some of the functionality. The sars package fits several models for species-area relationships. The CoordinateCleaner package provides a robust suite of methods to clean occurrence record data (e.g., filtering out invalid GPS locations).
- (If applicable) Does your package comply with our guidance around Ethics, Data Privacy and Human Subjects Research?
Not applicable
- If you made a pre-submission inquiry, please paste the link to the corresponding issue, forum post, or other discussion, or
@tagthe editor you contacted.
Not applicable
- Explain reasons for any
pkgcheckitems which your package is unable to pass.
Not applicable
Technical checks
Confirm each of the following by checking the box.
- I have read the rOpenSci packaging guide.
- I have read the author guide and I expect to maintain this package for at least 2 years or to find a replacement.
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, created with roxygen2.
- contains a vignette with examples of its essential functions and uses.
- has a test suite.
- has continuous integration, including reporting of test coverage.
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 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.