File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Some scripts I use daily or near daily (in alphabetical order):
3939build.r ## builds from the current directory
4040c4c.r ## submits current directory to winbuilder
4141compAttr.r ## run compileAttributes() for a Rcpp package
42- dratInstert .r 1.2-3.tar.gz -r /srv ## inserts package into drat repo
42+ dratInsert .r 1.2-3.tar.gz -r /srv ## inserts package into drat repo
4343install.r abc def ## installs packages abc and def
4444install.r abc_1.2-3.tar.gz ## installs given tarball
4545install2.r -l /tmp/lib abc def ## installs abc and def into /tmp/lib
@@ -48,6 +48,7 @@ render.r foo.Rmd ## calls rmarkdown::render()
4848roxy.r ## run roxygenize() for a package (only Rd creation)
4949update.r ## updates any currently installed packages
5050installGithub.r repo/package ## install directly from GitHub
51+ crup.r abc_1.2-3.tar.gz ## CRAN upload of package
5152```
5253
5354### Installation
You can’t perform that action at this time.
0 commit comments