Skip to content

Commit

Permalink
Tagged CRAN-package on github
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed May 22, 2024
1 parent f77e505 commit 2f931b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prepare4CRAN
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ rhub::rhub_check(platforms=c("linux", "windows", "macos", "macos-arm64"))
# update version number and comments in cran-comments.md (and perhaps NEWS.md)
system("gedit cran-comments.md NEWS.md")

# update codemeta.json (devtools::release() asks for it)
codemetar::write_codemeta()

# now, we are ready to release the package onto CRAN
devtools::release()

Expand Down

0 comments on commit 2f931b7

Please sign in to comment.