Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions booknews.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Dev version

- 2026-08-24, mention `NEWS.md` file in packaging guide (#1027).
- 2026-06-26, explicitely state that authors should not change their package while it is under review (#1022).
- 2026-06-25, add note for editors that authors should record their responses (#1021, `@robitalec`)
- 2026-06-12, clarify expections for volunteer form for eds and revs (#1015; thanks to `@joelnitta`)
Expand Down
4 changes: 4 additions & 0 deletions pkg_building.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,10 @@ For how to update your DESCRIPTION file, see the [R packages book](https://r-pkg

- A later section of this book contains some [git workflow tips](#git-workflow).

## Changelog

Your package should contain a [`NEWS.md` file](#news).
Comment thread
mpadge marked this conversation as resolved.

## Miscellaneous CRAN gotchas {#crangotchas}

This is a collection of CRAN gotchas that are worth avoiding at the outset.
Expand Down