Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Mar 2, 2015
1 parent 9163bad commit a5105ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ verbad <- sprintf('<a href="https://img.shields.io/badge/Version-%s-orange.svg">

To download the development version of goldpack:

Download the [zip ball](https://github.com/trinker/goldpack/zipball/master) or [tar ball](https://github.com/trinker/goldpack/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:
Download the [zip ball](https://github.com/trinker/goldpack/zipball/master) or [tar ball](https://github.com/trinker/goldpack/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **pacman** package to install the development version:

```r
if (!require("pacman")) install.packages("pacman")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ goldpack

To download the development version of goldpack:

Download the [zip ball](https://github.com/trinker/goldpack/zipball/master) or [tar ball](https://github.com/trinker/goldpack/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:
Download the [zip ball](https://github.com/trinker/goldpack/zipball/master) or [tar ball](https://github.com/trinker/goldpack/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **pacman** package to install the development version:

```r
if (!require("pacman")) install.packages("pacman")
Expand Down

0 comments on commit a5105ef

Please sign in to comment.