Skip to content

Commit

Permalink
Update x-new-release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Feb 19, 2024
1 parent 98b4b2a commit 51cb246
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/ISSUE_TEMPLATE/x-new-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,20 @@ Upload package to CRAN
- [ ] https://cran.r-project.org/submit.html


The items below are for cases where you are submitting the package files without any extra processing. I process my vignette PDFs separately, so the below won't work. But when submitting there is a link to check the tar.gz file on Windows.


The items below are for cases where you are submitting the package files without any extra processing. I process my vignette PDFs separately, so the below won't work.

* `devtools::check_win_devel()`
* `rhub::check_for_cran()`
* `revdepcheck::revdep_check(num_workers = 4)`

Instead use
* The link to check the tar.gz file on Windows.
* `rhub::check_for_cran("../rhub::check_for_cran("../MARSS_3.11.9.tar.gz")` on the processed tar.gz file

Submit to CRAN:


You could do this, but I upload the tag.gz to CRAN
* `usethis::use_version('patch')`
* `devtools::submit_cran()`
* Approve email
Expand Down

0 comments on commit 51cb246

Please sign in to comment.