Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
psolymos committed Dec 6, 2016
1 parent 1e5e940 commit c4a7e9c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,16 @@ Set overlap can be evaluated by the base `%in%` operator and its negation

## Versions

Install from CRAN:

```R
install.packages("intrval")
```

Install development version from GitHub:

```R
library(devtools)
install_github("psolymos/intrval")
devtools::install_github("psolymos/intrval")
```

User visible changes are listed in the [NEWS](https://github.com/psolymos/intrval/blob/master/NEWS.md) file.
Expand Down

0 comments on commit c4a7e9c

Please sign in to comment.