Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit ca8039f

Browse files
terrytangyuanEdd Wilder-James
authored andcommitted
Update SIG IO R package release instruction (#192)
1 parent 66ee559 commit ca8039f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sigs/io/RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ twine upload *.whl
4545
## CRAN R Package Release
4646

4747
Before submitting the R package to CRAN, manually perform and check the following items:
48-
* Make sure the documentation in `README.md` and `vignettes` is up-to-date
48+
* Make sure the documentation in `README.md`, `docs/`, and `vignettes/` is up-to-date
4949
* Update `Version` field in `DESCRIPTION` file
5050
* Update `NEWS.md` to include items for this new release
51-
* Run `devtools::check()` and fix all the notable issues, especially warnings and errors
51+
* Run `devtools::check()` and fix all the notable issues, especially warnings and errors that appear
52+
either locally or in [CRAN package check result](https://cran.r-project.org/web/checks/check_results_tfio.html)
5253
* Update `cran-comments.md` to include any unsolvable issues from `devtools::check()` and
5354
other comments/responses to CRAN maintainers
5455
* Run checks on R-hub via `devtools::check_rhub()` and on win-builder via `devtools::check_win_devel()`. This is

0 commit comments

Comments
 (0)