From 572f119a03e26cf90f3e92a3e5249ddbd72131d0 Mon Sep 17 00:00:00 2001
From: Vincent LAVILLE <vincent.laville@pasteur.fr>
Date: Fri, 17 Nov 2017 18:37:40 +0100
Subject: [PATCH] NEW README

---
 README.Rmd | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/README.Rmd b/README.Rmd
index 8309e3d..7eff48b 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -1,8 +1,3 @@
-
-```{r setup, include=FALSE}
-knitr::opts_chunk$set(echo = TRUE)
-```
-
 # VarExp
 
 The R package **VarExp** provides functions for the estimating of the percentage of phenotypic variance explained by genetic effects, interaction effects or jointly by both effects. This suite of functions are useful for meta-analysis designs where pooling individual genotype data is challenging. A pre-print article related to this work is available [here](bioRkiv link)
@@ -57,7 +52,7 @@ Note that in the case of a binary exposure, the two latter columns can be replac
 
 Data used in this tutorial are included in the ***VarExp*** package.
 
-```r
+``` r
 # Load the package
 library(VarExp)
 
-- 
GitLab