ropensci / software-review

rOpenSci Software Peer Review.
286 stars 104 forks source link

GoldilocksTwoArm #607

Closed nzgwynn closed 8 months ago

nzgwynn commented 9 months ago

Submitting Author Name: gwynn gebeyehu Submitting Author Github Handle: !--author1-->@nzgwynn<!--end-author1-- Repository: https://github.com/nzgwynn/goldilocksTwoArm Submission type: Pre-submission Language: en


Package: goldilocksTwoArm
Title: Randomize cluster trials with confidence
Version: 0.0.0.9000
Authors@R: person(given = "gwynn", family = "gebeyehu", email = "nzgwynn@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-1185-8446"))
Description: The goldilocksTwoArm package implements the theoretical permutation
    approach developed in this article is an interactive Shiny application. 
    This package allows researchers to randomize cluster randomized trials with 
    confidence by visualizing the distribution of average differences in the 
    treatment and control arms in practice randomizations. The application also 
    allows researchers to randomize a trial and download the resultant 
    randomizations. The Goldilocks application is deployed on the web put some 
    researchers may prefer an R package.
URL: https://github.com/nzgwynn/goldilocksTwoArm, https://www.sciencedirect.com/science/article/pii/S245186542100048X, https://bit.ly/GoldilocksApp
BugReports: https://github.com/nzgwynn/goldilocksTwoArm/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports: 
    designmatch,
    GGally,
    ggplot2,
    random,
    readxl,
    rmarkdown,
    shiny,
    stats,
    Rglpk
Suggests: 
    testthat (>= 3.0.0),
    grid,
    lattice,
    knitr
Config/testthat/edition: 3
VignetteBuilder: knitr

Scope

noamross commented 9 months ago

Thank you for your inquiry, @nzgwynn! Can you clarify how this is different than the last submission? As the editor wrote in your last submission (https://github.com/ropensci/software-review/issues/587#issuecomment-1512326297), we consider this to fall under the statistical package. While we don't have a workflow subcategory there yet, we could pilot it if the package met the statistical standards under the "General" category and relevant standards under the "EDA" category: https://stats-devguide.ropensci.org/standards.html

nzgwynn commented 9 months ago

Thank you, I was trying to find that comment, I suppose the best thing to do is resubmit? There are a few things left to be done but I'm sure that I can meet the required standards. Thanks

noamross commented 8 months ago

Dear @nzgwynn. In reviewing a backlog of issues I realized I had not followed up on your question. My apologies! The next step here would be for you to put in a full submission as a statistical package (https://github.com/ropensci/software-review/issues/new?assignees=&labels=&projects=&template=F-submit-statistical-software-for-review.md). You will want to first use srr to document your standards and pkgcheck to check your package (possibly via the GitHub Action)