-
-
Notifications
You must be signed in to change notification settings - Fork 106
Description
Date accepted: 2022-09-14
Submitting Author: @joelnitta
Other Package Authors: (delete if none) Shawn Laffan (@shawnlaffan)
Repository: https://github.com/joelnitta/canaper
Version submitted: 0.0.1
Submission type: Stats
Badge grade: silver
Editor: @tdhock
Reviewers: @KlausVigo, @luismurao
Due date for @luismurao: 2021-12-21
Archive: TBD
Version accepted: TBD
- Paste the full DESCRIPTION file inside a code block below:
Package: canaper
Title: Categorical Analysis of Neo- And Paleo-Endemism
Version: 0.0.1
Authors@R:
c(
person(given = "Joel H.",
family = "Nitta",
role = c("aut", "cre"),
email = "joelnitta@gmail.com",
comment = c(ORCID = "0000-0003-4719-7472")),
person(given = "Shawn W.",
family = "Laffan",
role = c("ctb", "dtc")),
person(given = "Brent D.",
family = "Mishler",
role = c("ctb", "dtc")),
person(given = "Wataru",
family = "Iwasaki",
role = c("ctb"),
comment = c(ORCID = "0000-0002-9169-9245"))
)
Description: Provides functions to conduct categorical analysis of neo- and paleo-endemism (CANAPE).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c ("collate", "namespace", "rd", "roxyglobals::global_roclet", "srr::srr_stats_roclet"))
RoxygenNote: 7.1.2
URL: https://github.com/joelnitta/canaper
BugReports: https://github.com/joelnitta/canaper/issues
Imports:
ape,
assertr,
assertthat,
dplyr,
future.apply,
phyloregion,
progressr,
purrr,
stats,
tibble,
vegan
Suggests:
rmarkdown,
knitr,
future,
tictoc,
patchwork,
tidyverse,
testthat (>= 3.0.0),
roxyglobals (>= 0.2.1),
stringr,
magrittr,
covr,
picante
Config/testthat/edition: 3
Depends:
R (>= 3.5.0)
VignetteBuilder: knitr
Remotes:
anthonynorth/roxyglobals
Pre-submission Inquiry
- A pre-submission inquiry has been approved in issue #469
General Information
-
Who is the target audience and what are scientific applications of this package?
- Target audience is evolutionary biologists. Scientific application is the analysis of phylogenetic endemism.
-
Paste your responses to our General Standard G1.1 here, describing whether your software is:
-
The first implementation within R of an algorithm which has previously been implemented in other languages or contexts
-
Please include hyperlinked references to all other relevant software: https://github.com/shawnlaffan/biodiverse
-
-
(If applicable) Does your package comply with our guidance around Ethics, Data Privacy and Human Subjects Research?
- (Not applicable)
Note also there is a package website available: https://joelnitta.github.io/canaper/
Badging
-
What grade of badge are you aiming for? (bronze, silver, gold)
- Silver, but open to suggestions from the reviewers and editors.
-
If aiming for silver or gold, describe which of the four aspects listed in the Guide for Authors chapter the package fulfils (at least one aspect for silver; three for gold)
- Demonstrates excellence in compliance with multiple standards from at least two broad sub-categories
- Compliance with a good number of standards beyond those identified as minimally necessary. I am in compliance with most of the standards for "General" and "Dimensionality Reduction, Clustering, and Unsupervised Learning".
Technical checks
Confirm each of the following by checking the box.
-
I/we have read the guide for authors and rOpenSci packaging guide.
-
I/we have read the Statistical Software Peer Review Guide for Authors.
-
I/we have run
autotestchecks on the package, and ensured no tests fail.autotesthangs (doesn't produce any output after waiting ca. 20 minutes) on most functions. I was only able to use it oncpr_classify_endem().
-
The
srr_stats_pre_submit()function confirms this package may be submitted.
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.
Publication options
-
Do you intend for this package to go on CRAN?
-
Do you intend for this package to go on Bioconductor?
- Also, I intend to submit a paper about this package to Methods in Ecology and Evolution after ROpenSci review.
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.