Skip to content
Snippets Groups Projects
Commit 8882043d authored by Marie Bourdon's avatar Marie Bourdon
Browse files

modify readme

parent c5695721
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment