Skip to content

Commit

Permalink
update installation instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbossek committed Sep 27, 2016
1 parent dc4ae7c commit a988c1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,11 @@ The **ecr** package provides a powerful framework for implementing both single-

## Installation Instructions

The package will be available in a first version at [CRAN](http://cran.r-project.org) soon. If you are interested in trying out and playing around with the current github developer version use the [devtools](https://github.com/hadley/devtools) package and type the following command in R:
The package is available at [CRAN](http://cran.r-project.org) soon. Install the release version via:
```splus
install.packages("ecr")
```
If you are interested in trying out and playing around with the current github developer version use the [devtools](https://github.com/hadley/devtools) package and type the following command in R:

```splus
devtools::install_github("jakobbossek/ecr")
Expand Down

0 comments on commit a988c1a

Please sign in to comment.