From 3e667e8741ca99fe532c551c5d1b3b9431a0c25e Mon Sep 17 00:00:00 2001 From: mpadge Date: Wed, 20 May 2026 11:20:59 +0200 Subject: [PATCH 1/3] clarify that stats must start with a pre-sub https://github.com/ropensci/software-review/issues/767 --- softwarereview_author.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/softwarereview_author.Rmd b/softwarereview_author.Rmd index 084521713..6d945739f 100644 --- a/softwarereview_author.Rmd +++ b/softwarereview_author.Rmd @@ -16,6 +16,7 @@ This concise guide presents the software peer review process for you as a packag - Consult our [policies](#policies) see if your package meets our criteria for fitting into our suite and does not overlap with other packages. - If you are unsure whether a package meets our criteria, feel free to open an issue as a pre-submission inquiry to ask if the package is appropriate. + - If you are submitting statistical software, you must start with a pre-submission inquiry. - [Example response regarding overlap](https://github.com/ropensci/software-review/issues/199#issuecomment-375358362). Also consider adding some points about similar packages to your [package documentation](#docs-general). ### Lifecycle From bcec288b8b1692a99d3ba8a9cda332d47113474d Mon Sep 17 00:00:00 2001 From: mark padgham Date: Thu, 21 May 2026 08:44:29 +0000 Subject: [PATCH 2/3] Update softwarereview_author.Rmd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maƫlle Salmon --- softwarereview_author.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softwarereview_author.Rmd b/softwarereview_author.Rmd index 6d945739f..f0e395f67 100644 --- a/softwarereview_author.Rmd +++ b/softwarereview_author.Rmd @@ -16,7 +16,7 @@ This concise guide presents the software peer review process for you as a packag - Consult our [policies](#policies) see if your package meets our criteria for fitting into our suite and does not overlap with other packages. - If you are unsure whether a package meets our criteria, feel free to open an issue as a pre-submission inquiry to ask if the package is appropriate. - - If you are submitting statistical software, you must start with a pre-submission inquiry. + - If you are submitting [statistical software](https://stats-devguide.ropensci.org/), you must start with a pre-submission inquiry. - [Example response regarding overlap](https://github.com/ropensci/software-review/issues/199#issuecomment-375358362). Also consider adding some points about similar packages to your [package documentation](#docs-general). ### Lifecycle From a16aa85afa256cc5fb62440d541f854bb93e3e31 Mon Sep 17 00:00:00 2001 From: mpadge Date: Thu, 21 May 2026 10:49:51 +0200 Subject: [PATCH 3/3] update scope with separate stats-software lines --- softwarereview_author.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/softwarereview_author.Rmd b/softwarereview_author.Rmd index f0e395f67..28bcea871 100644 --- a/softwarereview_author.Rmd +++ b/softwarereview_author.Rmd @@ -16,8 +16,9 @@ This concise guide presents the software peer review process for you as a packag - Consult our [policies](#policies) see if your package meets our criteria for fitting into our suite and does not overlap with other packages. - If you are unsure whether a package meets our criteria, feel free to open an issue as a pre-submission inquiry to ask if the package is appropriate. - - If you are submitting [statistical software](https://stats-devguide.ropensci.org/), you must start with a pre-submission inquiry. - [Example response regarding overlap](https://github.com/ropensci/software-review/issues/199#issuecomment-375358362). Also consider adding some points about similar packages to your [package documentation](#docs-general). +- Statistical software must comply with additional requirements detailed in our separate [*Statistical Software Guide*](https://stats-devguide.ropensci.org/). + - Statistical software *must* also start with a pre-submission inquiry. ### Lifecycle