Skip to content

Commit

Permalink
notes about submitting to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Jun 11, 2014
1 parent 9c2f17b commit 9cd26e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Playgrounds/.Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
options(rpubs.upload.method = "internal")
2 changes: 2 additions & 0 deletions UtilityScripts/Refresh.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ devtools::build_vignettes()
# devtools::build_win(version="R-devel") #CRAN submission policies encourage the development version
devtools::revdep_check(pkg="Wats", recursive=TRUE)
# devtools::release(check=FALSE) #Careful, the last question ultimately uploads it to CRAN, where you can't delete/reverse your decision.
# Alternatively, packages can be submitted here, which doesn't require an extra email: http://cran.r-project.org/submit.html
# Either way, check that the tarball was uploaded to ftp://cran.r-project.org/incoming/

0 comments on commit 9cd26e8

Please sign in to comment.