From 8882043d7ba1fc4630824f019e2d9c1d9743e791 Mon Sep 17 00:00:00 2001 From: Marie Bourdon <mbourdon@pasteur.fr> Date: Tue, 22 Jun 2021 13:16:03 +0200 Subject: [PATCH] modify readme --- README.Rmd | 11 ++++------- README.md | 11 +++++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.Rmd b/README.Rmd index 9084c93..b832042 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,16 +24,13 @@ stuart is a R package used to analyze whole genome genotyping results of animals You can install the released version of stuart from GitLab, by dowloading the latest tar.gz file and installing it with: -```{r} -install.packages(path_to/stuart_X.Y.Z.tar.gz, repos = NULL, type="source") - -``` +`install.packages(path_to/stuart_X.Y.Z.tar.gz, repos = NULL, type="source")` Or directly in R with: -```{r} -devtools::install_gitlab(repo="mouselab/stuart",host="gitlab.pasteur.fr") -``` + +`devtools::install_gitlab(repo="mouselab/stuart",host="gitlab.pasteur.fr")` + ## Example diff --git a/README.md b/README.md index 2497f6e..09215cd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ # stuart <!-- badges: start --> - <!-- badges: end --> stuart is a R package used to analyze whole genome genotyping results of @@ -17,10 +16,14 @@ parental strains alleles, etc. ## Installation -You can install the released version of stuart from GitLab +You can install the released version of stuart from GitLab, by +dowloading the latest tar.gz file and installing it with: + +`install.packages(path_to/stuart_X.Y.Z.tar.gz, repos = NULL, type="source")` + +Or directly in R with: -``` r -``` +`devtools::install_gitlab(repo="mouselab/stuart",host="gitlab.pasteur.fr")` ## Example -- GitLab