Skip to content

Commit 1403568

Browse files
committed
refer to the CRAN cookbook and the extrachecks list
1 parent a8fa3f1 commit 1403568

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

booknews.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## dev version
44

5+
- 2025-07-09, add more resources for CRAN preparedness.
6+
57
- 2025-07-01, many typo fixes and English language improvements (#912, `@Moohan`)
68

79
- 2025-03-11, document drawbacks of renaming widely used package (#831)

pkg_building.Rmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,10 @@ This is a collection of CRAN gotchas that are worth avoiding at the outset.
485485
- 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).
486486
- Include top-level files such as `paper.md`, continuous integration configuration files, in your `.Rbuildignore` file.
487487
488-
For further gotchas, refer to the collaborative list maintained by ThinkR, ["Prepare for CRAN"](https://github.com/ThinkR-open/prepare-for-cran).
488+
For further gotchas, refer to
489+
- the CRAN [cookbook](https://contributor.r-project.org/cran-cookbook),
490+
- the ["extrachecks" list](https://github.com/DavisVaughan/extrachecks) maintained by Davis Vaughan,
491+
- the collaborative list maintained by ThinkR, ["Prepare for CRAN"](https://github.com/ThinkR-open/prepare-for-cran).
489492
490493
### CRAN checks {#cranchecks}
491494

0 commit comments

Comments
 (0)