Skip to content

Commit

Permalink
added pacman to README
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Feb 25, 2015
1 parent 56d698a commit 62fd5e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.Rmd
Expand Up @@ -37,9 +37,8 @@ To download the development version of regexr:
Download the [zip ball](https://github.com/trinker/regexr/zipball/master) or [tar ball](https://github.com/trinker/regexr/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:

```r
# install.packages("devtools")

devtools::install_github("trinker/regexr")
if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh("trinker/regexr")
```

## Help
Expand Down
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -31,9 +31,8 @@ To download the development version of regexr:
Download the [zip ball](https://github.com/trinker/regexr/zipball/master) or [tar ball](https://github.com/trinker/regexr/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:

```r
# install.packages("devtools")

devtools::install_github("trinker/regexr")
if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh("trinker/regexr")
```

## Help
Expand Down

0 comments on commit 62fd5e0

Please sign in to comment.