Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mouselab
stuart
Commits
8882043d
Commit
8882043d
authored
Jun 22, 2021
by
Marie Bourdon
Browse files
modify readme
parent
c5695721
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.Rmd
View file @
8882043d
...
@@ -24,16 +24,13 @@ stuart is a R package used to analyze whole genome genotyping results of animals
...
@@ -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:
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:
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
## Example
...
...
README.md
View file @
8882043d
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
# stuart
# stuart
<!-- badges: start -->
<!-- badges: start -->
<!-- badges: end -->
<!-- badges: end -->
stuart is a R package used to analyze whole genome genotyping results of
stuart is a R package used to analyze whole genome genotyping results of
...
@@ -17,10 +16,14 @@ parental strains alleles, etc.
...
@@ -17,10 +16,14 @@ parental strains alleles, etc.
## Installation
## 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
## Example
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment