Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pablovgd committed Oct 25, 2024
1 parent 409818c commit 216e939
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![R-CMD-check](https://github.com/pablovgd/T.A.R.D.I.S./actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/pablovgd/T.A.R.D.I.S./actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

# T.A.R.D.I.S. <img src="https://github.com/pablovgd/T.A.R.D.I.S./blob/main/www/tardis.png" width="150" height="150" align = right />
# TARDIS <img src="https://github.com/pablovgd/T.A.R.D.I.S./blob/main/www/tardis.png" width="150" height="150" align = right />

R package for *TArgeted Raw Data Integration In Spectrometry*

Expand Down Expand Up @@ -31,7 +31,7 @@ if (!require("devtools", quietly = TRUE))
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
devtools::install_github("pablovgd/T.A.R.D.I.S.",build_vignettes = TRUE,
devtools::install_github("pablovgd/TARDIS",build_vignettes = TRUE,
repos=c('http://cran.us.r-project.org',"http://bioconductor.org/packages/3.19/bioc"),
dependencies=TRUE, type="source")
Expand All @@ -46,7 +46,7 @@ library(TARDIS)
```


**Read the vignette** for a tutorial on how to use `T.A.R.D.I.S.`
**Read the vignette** for a tutorial on how to use `TARDIS`

```
RShowDoc("gui_tutorial",package = "TARDIS")
Expand All @@ -60,7 +60,7 @@ runTardis()

## Copyright

`T.A.R.D.I.S.` is licensed under the [GPLv3](http://choosealicense.com/licenses/gpl-3.0/)
`TARDIS` is licensed under the [GPLv3](http://choosealicense.com/licenses/gpl-3.0/)

As a summary, the GPLv3 license requires attribution, inclusion of copyright and license information, disclosure of source code and changes. Derivative work must be available under the same terms.

Expand Down

0 comments on commit 216e939

Please sign in to comment.