Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge logo change into devel #16

Merged
merged 2 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Binary file modified www/tardis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading