diff --git a/README.md b/README.md index 27feec697a386deba97ee30dfbd691834d967986..e0251f2a4234b2aeea6dd3dd87c2f3f4bb71df35 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The R package **VarExp** provides functions for the estimating of the percentage Prerequisite ------------ -Library [**Rcurl**](https://cran.r-project.org/web/packages/RCurl/index.html) is required to run **VarExp** +Library [**Rcurl**](https://cran.r-project.org/web/packages/RCurl/index.html) is required to run **VarExp**. Installation ------------ @@ -14,7 +14,11 @@ Installation For now, **VarExp** can be installed only using package source. In R, after setting your working directory to *VarExp\_0.1.0.tar.gz* location, type: ``` r +# From binaries install.packages("VarExp_0.1.0.tar.gz", repos = NULL, type = "source") + +# From the GitLab repository (not tested yet) +devtools::install_github("https://gitlab.pasteur.fr/statistical-genetics/VarExp") ``` Input format