Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/OHI-Science/ohicore into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Melsteroni committed Feb 26, 2016
2 parents 065c03a + 2c576cf commit 52b829f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ ohicore

## Installation

```R
# install.packages("devtools")
devtools::install_github("ohi-science/ohi-core")
=======
To install:

```
```R
# install dependencies
for (p in c('devtools', 'zoo', 'psych')){
if (!require(p, character.only=T)){
Expand All @@ -21,6 +16,7 @@ for (p in c('devtools', 'zoo', 'psych')){
}

# install packages
install.packages(c('zoo', 'psych', 'tidyr'))
install_github('ohi-science/rCharts')
install_github('ohi-science/ohicore')
require(ohicore)
Expand Down

0 comments on commit 52b829f

Please sign in to comment.