Skip to content

Commit

Permalink
Minor changes to SOP
Browse files Browse the repository at this point in the history
  • Loading branch information
hofnerb committed Apr 8, 2016
1 parent dc7101d commit ae8be3c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions SOP_release.txt
Expand Up @@ -39,7 +39,7 @@
Update inst/NEWS.Rd
Update ChangeLog

R CMD build --resave-data --compact-vignettes pkg && R CMD check --as-cran --run-donttest papeR_XXX.tar.gz
R CMD build --resave-data --compact-vignettes . && R CMD check --as-cran --run-donttest papeR_XXX.tar.gz

Run check with R-devel
(see section "Checking the package with latest development version of R")
Expand Down Expand Up @@ -67,7 +67,10 @@
Commit changes

Now build package (perhaps in future without test folder) to be submitted to CRAN
R CMD build --resave-data --compact-vignettes pkg && R CMD check --as-cran --run-donttest papeR_XXX.tar.gz
R CMD build --resave-data --compact-vignettes . && R CMD check --as-cran --run-donttest papeR_XXX.tar.gz

Run checks on WinBuilder:
upload package to http://win-builder.r-project.org/

Ftp source package to CRAN or use web form at http://xmpalantir.wu.ac.at/cransubmit/.

Expand Down

0 comments on commit ae8be3c

Please sign in to comment.