From 26c677bf89730f4421f5f463c97e4cf8d2d559ba Mon Sep 17 00:00:00 2001 From: Vincent LAVILLE <vincent.laville@pasteur.fr> Date: Tue, 21 Nov 2017 12:31:20 +0100 Subject: [PATCH] Updated README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27feec6..e0251f2 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 -- GitLab