Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed May 16, 2016
1 parent faad906 commit be4a8d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ before_install:

install:
- ./travis-tool.sh install_deps
- ./travis-tool.sh github_package richfitz/storr@refactor
- ./travis-tool.sh github_package richfitz/datastorr
- ./travis-tool.sh github_package jimhester/covr

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
```r
install.packages("devtools")
devtools::install_github("hadley/httr")
devtools::install_github(c("richfitz/storr@refactor", "richfitz/datastorr"))
devtools::install_github("richfitz/datastorr")
devtools::install_github("wcornwell/taxonlookup")
library(taxonlookup)
```
Expand Down

0 comments on commit be4a8d8

Please sign in to comment.