diff --git a/README.md b/README.md index 3b637e7..a52b0a5 100644 --- a/README.md +++ b/README.md @@ -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.