issues
search
rstudio
/
shinytest
Automated testing for shiny apps
https://rstudio.github.io/shinytest/
Other
225
stars
55
forks
source link
1.5.0 release candidate
#377
Closed
wch
closed
3 years ago
wch
commented
3 years ago
[x] Create branch labelled rc-v1.5.0
[x] Change the DESCRIPTION and NEWS on this branch to change the version number to the desired version for CRAN
[x] Commit and push to the RC branch.
[x] Make sure all upstream dependencies are accepted on CRAN.
[x] Remove Remotes from DESCRIPTION.
[x] Build package
[x] Do a sanity check by installing/testing the built package.
[x] Run
R CMD check --as-cran pkg_version.tar.gz
locally
[x] Check package with
win-builder
. You can also use
https://r-hub.github.io/rhub/
.
[x] Perform revdepcheck.
[x] Submit to CRAN
[x] If there are R CMD check warnings that are unavoidable, make sure to explain them in the comments.
[x] Tag release
[x] Merge tag into master
[x] Delete RC branch
[x] Rebuild and deploy website
[x] Create GitHub release, and copy NEWS items into release notes
[ ] Bump version number
[x] Remove from Remotes in
https://github.com/rstudio/shinycoreci
DESCRIPTION file
R CMD check --as-cran pkg_version.tar.gz
locally