@@ -35,20 +35,20 @@ installed with the package.
3535
3636Some scripts I use daily or near daily (in alphabetical order):
3737
38- ```
39- build.r ## builds from the current directory
40- c4c.r ## submits current directory to winbuilder
41- compAttr.r ## run compileAttributes() for a Rcpp package
42- dratInsert.r 1.2-3.tar.gz -r /srv ## inserts package into drat repo
43- install.r abc def ## installs packages abc and def
44- install.r abc_1.2-3.tar.gz ## installs given tarball
45- install2.r -l /tmp/lib abc def ## installs abc and def into /tmp/lib
46- rcc.r abc_1.2-3.tar.gz ## run's R CMD check via Gabor's rcmdcheck
47- render.r foo.Rmd ## calls rmarkdown::render()
48- roxy.r ## run roxygenize() for a package (only Rd creation)
49- update.r ## updates any currently installed packages
50- installGithub.r repo/package ## install directly from GitHub
51- crup.r abc_1.2-3.tar.gz ## CRAN upload of package
38+ ``` sh
39+ build.r # builds from the current directory
40+ c4c.r # submits current directory to winbuilder
41+ compAttr.r # run compileAttributes() for a Rcpp package
42+ dratInsert.r 1.2-3.tar.gz -r /srv # inserts package into drat repo
43+ install.r abc def # installs packages abc and def
44+ install.r abc_1.2-3.tar.gz # installs given tarball
45+ install2.r -l /tmp/lib abc def # installs abc and def into /tmp/lib
46+ rcc.r abc_1.2-3.tar.gz # run's R CMD check via Gabor's rcmdcheck
47+ render.r foo.Rmd # calls rmarkdown::render()
48+ roxy.r # run roxygenize() for a package (only Rd creation)
49+ update.r # updates any currently installed packages
50+ installGithub.r repo/package # install directly from GitHub
51+ crup.r abc_1.2-3.tar.gz # CRAN upload of package
5252```
5353
5454### Installation
0 commit comments