Skip to content

Commit

Permalink
install update
Browse files Browse the repository at this point in the history
  • Loading branch information
DomBennett committed May 16, 2019
1 parent e113b84 commit ad670a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -30,7 +30,11 @@ Installation
The package can currently only be installed through GitHub:

``` r
# install.packages("devtools")
# devtools required for installtion via GitHub
install.packages("devtools")
# install key dependency no longer available on CRAN
devtools::install_github("hannesmuehleisen/MonetDBLite-R")
# install restez
devtools::install_github("ropensci/restez")
```

Expand Down

0 comments on commit ad670a7

Please sign in to comment.