Skip to content

fix author metadata #924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions booknews.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion pkg_building.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
11 changes: 2 additions & 9 deletions softwarereview_editor_management.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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}
Expand Down
Loading