Skip to content

Commit 965ef94

Browse files
committed
Correct typo, add one more example
1 parent 10ae982 commit 965ef94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Some scripts I use daily or near daily (in alphabetical order):
3939
build.r ## builds from the current directory
4040
c4c.r ## submits current directory to winbuilder
4141
compAttr.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
4343
install.r abc def ## installs packages abc and def
4444
install.r abc_1.2-3.tar.gz ## installs given tarball
4545
install2.r -l /tmp/lib abc def ## installs abc and def into /tmp/lib
@@ -48,6 +48,7 @@ render.r foo.Rmd ## calls rmarkdown::render()
4848
roxy.r ## run roxygenize() for a package (only Rd creation)
4949
update.r ## updates any currently installed packages
5050
installGithub.r repo/package ## install directly from GitHub
51+
crup.r abc_1.2-3.tar.gz ## CRAN upload of package
5152
```
5253

5354
### Installation

0 commit comments

Comments
 (0)