Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dleutnant authored Jul 13, 2017
1 parent fe931f2 commit 021fd86
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@ influxdbr

R interface to InfluxDB (V1.2)

Install using devtools:
Install from CRAN:

``` r
if (!require(devtools)) {
install.packages('devtools')
}
```

## Loading required package: devtools

``` r
devtools::install_github("dleutnant/influxdbr@master", quiet = TRUE)
install.packages("influxdbr")
```

Example use:
Expand Down

0 comments on commit 021fd86

Please sign in to comment.