You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not a new package, make sure any warnings/errors in CRAN check results page are fixed
Build and check on Centos 7
Build and check with debug builds of R (RDcsan, RDsan)
Create RC branch rc-v1.6.11
Change the DESCRIPTION and NEWS on this branch to change the version number to the desired version for CRAN
Perform Shiny final test pass on rc-v1.6.11
Clean your package directory to remove any extraneous files, including ones that are git-ignored. (Warning, this will delete any unsaved buffers in RStudio! Also, be sure to close RStudio before taking this step!) git clean -xdi .
Build your package. I (jcheng) personally do it from the Mac command line like this: PATH=$PATH:/Applications/RStudio.app/Contents/MacOS/pandoc R CMD build [pkgdir]
Do a sanity check by installing/testing the built package.
rc-v1.6.11
rc-v1.6.11
git clean -xdi .
PATH=$PATH:/Applications/RStudio.app/Contents/MacOS/pandoc R CMD build [pkgdir]
R CMD check --as-cran pkg_version.tar.gz
both locally and on win-builder. You can also use https://r-hub.github.io/rhub/.The text was updated successfully, but these errors were encountered: