diff --git a/_quarto.yml b/_quarto.yml index bd38ec23f..4963d7aea 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -3,7 +3,7 @@ project: title-es: "Paquetes de rOpenSci: Desarrollo, mantenimiento y revisión por pares" -author-es: "Equipo editorial para la revisión de software de rOpenSci (actuales y pasados): Brooke Anderson, Scott Chamberlain, Laura DeCicco, Julia Gustavsen, Jeff Hollister, Anna Krystalli, Mauro Lepore, Lincoln Mullen, Mark Padgham, Karthik Ram, Emily Riederer, Noam Ross, Maëlle Salmon, Adam Sparks, Melina Vidoni" +author-es: "Equipo editorial para la revisión de software de rOpenSci (actuales y pasados)" description-es: | Guía para autoras/es de paquetes, encargadas/os, revisoras/es y editoras/es en el sistema de revisión por pares de rOpenSci. @@ -21,7 +21,7 @@ description-es: | book: favicon: images/apple-touch-icon.png title: "rOpenSci Packages: Development, Maintenance, and Peer Review" - author: "rOpenSci software review editorial team (current and alumni): Brooke Anderson, Scott Chamberlain, Laura DeCicco, Julia Gustavsen, Jeff Hollister, Anna Krystalli, Mauro Lepore, Lincoln Mullen, Mark Padgham, Karthik Ram, Emily Riederer, Noam Ross, Maëlle Salmon, Adam Sparks, Melina Vidoni" + author: "rOpenSci software review editorial team (current and alumni)" description: | Guide for package authors, maintainers, reviewers and editors in rOpenSci software peer-review system. diff --git a/booknews.Rmd b/booknews.Rmd index dee2df7fc..78084a456 100644 --- a/booknews.Rmd +++ b/booknews.Rmd @@ -2,6 +2,8 @@ ## dev version +- 2025-07-09, add more resources for CRAN preparedness. + - 2025-07-01, many typo fixes and English language improvements (#912, `@Moohan`) - 2025-03-11, document drawbacks of renaming widely used package (#831) diff --git a/pkg_building.Rmd b/pkg_building.Rmd index 93414cfe9..d9c7b47d8 100644 --- a/pkg_building.Rmd +++ b/pkg_building.Rmd @@ -485,7 +485,10 @@ This is a collection of CRAN gotchas that are worth avoiding at the outset. - Avoid long running tests and examples. Consider `testthat::skip_on_cran` in tests to skip things that take a long time but still test them locally and on [continuous integration](#ci). - Include top-level files such as `paper.md`, continuous integration configuration files, in your `.Rbuildignore` file. -For further gotchas, refer to the collaborative list maintained by ThinkR, ["Prepare for CRAN"](https://github.com/ThinkR-open/prepare-for-cran). +For further gotchas, refer to +- the CRAN [cookbook](https://contributor.r-project.org/cran-cookbook), +- the ["extrachecks" list](https://github.com/DavisVaughan/extrachecks) maintained by Davis Vaughan, +- the collaborative list maintained by ThinkR, ["Prepare for CRAN"](https://github.com/ThinkR-open/prepare-for-cran). ### CRAN checks {#cranchecks} diff --git a/softwarereview_editor_management.Rmd b/softwarereview_editor_management.Rmd index a2af9b38a..0c040a50a 100644 --- a/softwarereview_editor_management.Rmd +++ b/softwarereview_editor_management.Rmd @@ -75,10 +75,8 @@ Best, - We add editors' names to - - [dev\_guide authors list](https://github.com/ropensci/dev_guide/blob/main/index.Rmd) - - [dev\_guide chapter introducing software review](https://github.com/ropensci/dev_guide/blob/main/softwarereview_intro.Rmd) (at two locations in this file, as editors and a bit below to remove them from the reviewers list) - - [software-review README](https://github.com/ropensci/software-review/blob/main/README.Rmd) (in two places in this file as well) - Both the dev\_guide and software-review README are automatically knit via continuous integration. + - [dev\_guide's Zenodo file](https://github.com/ropensci/dev_guide/blob/main/.zenodo.json) + - Airtable. - Add editors to [https://github.com/orgs/ropensci/teams/editors/members](https://github.com/orgs/ropensci/teams/editors/members) @@ -94,11 +92,6 @@ Best, - Remove their access to the Airtable workspace. -- Remove them from - - - [dev\_guide chapter introducing software review](https://github.com/ropensci/dev_guide/blob/main/softwarereview_intro.Rmd) (at two locations in this file, as editors and a bit below to remove them from the reviewers list) - - [software-review README](https://github.com/ropensci/software-review/blob/main/README.Rmd) (in two places in this file as well) - Both the dev\_guide and software-review README are automatically knit via continuous integration. ## Putting the system on pause {#vacation}