ropensci / software-review

rOpenSci Software Peer Review.
286 stars 104 forks source link

Presubmission enquiry for cocoon: Extract, Format, and Print Statistical Output #631

Closed JeffreyRStevens closed 3 months ago

JeffreyRStevens commented 3 months ago

Submitting Author Name: Jeffrey R. Stevens Submitting Author Github Handle: !--author1-->@JeffreyRStevens<!--end-author1-- Repository: https://github.com/JeffreyRStevens/cocoon Submission type: Pre-submission Language: en


Package: cocoon
Title: Extract, Format, and Print Statistical Output
Version: 0.0.1
Authors@R: 
    person("Jeffrey R.", "Stevens", , "jeffrey.r.stevens@protonmail.com", 
    role = c("aut", "cre", "cph"),
    comment = c(ORCID = "0000-0003-2375-1360"))
Maintainer: Jeffrey R. Stevens <jeffrey.r.stevens@protonmail.com>
Description: Provides functions that format statistical output in a way that
    can be inserted into R Markdown documents. This is analogous to the 
    `apa_print()` functions in the papaja package but prints Markdown
    or LaTeX syntax.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests: 
    knitr,
    rmarkdown,
    testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: 
    BayesFactor,
    dplyr
URL: https://github.com/JeffreyRStevens/cocoon, https://jeffreyrstevens.github.io/cocoon/
BugReports: https://github.com/JeffreyRStevens/cocoon/issues
VignetteBuilder: knitr

Scope

ldecicco-USGS commented 3 months ago

@JeffreyRStevens thank you for your submission of 'cocoon'. It looks to be a handy package for people who report stats out with APA formatting.

Unfortunately it is out of scope for the data munging category of rOpenSci. The packages in that category tend to take data and process it in a way to allow additional analysis. cocoon is a very handy tool for formatting statistical data. It looks like a close fit to a topic described in our Statistical Software peer-review documentation: "support tasks around the statistical process", however that is currently considered out-of-scope as well: https://stats-devguide.ropensci.org/overview.html#overview-workflow

Thank you for considering rOpenSci for your application.

ldecicco-USGS commented 3 months ago

@ropensci-review-bot out of scope

JeffreyRStevens commented 3 months ago

Thank you, @ldecicco-USGS for your review and comments.