Skip to content
Snippets Groups Projects
Commit 26c677bf authored by Vincent  LAVILLE's avatar Vincent LAVILLE
Browse files

Updated README

parent b7c4245c
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ The R package **VarExp** provides functions for the estimating of the percentage ...@@ -6,7 +6,7 @@ The R package **VarExp** provides functions for the estimating of the percentage
Prerequisite 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 Installation
------------ ------------
...@@ -14,7 +14,11 @@ 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: 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 ``` r
# From binaries
install.packages("VarExp_0.1.0.tar.gz", repos = NULL, type = "source") 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 Input format
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment