Skip to content

Commit

Permalink
Merge branch 'rformassspectrometry:main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede authored Jan 21, 2025
2 parents 4cc49fe + 1e06313 commit 3a4e284
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
## Manually install required packages
BiocManager::install("msdata")
## xcms here ?
BiocManager::install("sneumann/xcms", ref = "devel")
# BiocManager::install(c("devtools", "usethis", "vdiffr"), dependencies = TRUE, ask = FALSE, update = FALSE)
## For running the checks
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RuSirius
Title: R Implementation of the Sirius software
Version: 0.1.1
Version: 0.1.2
Description: The RuSirius package allows the user to interact with the Sirius
software from R. Sirius is a software for the analysis and
annotation of mass spectrometry data. RuSirius makes use of the
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Version 0.1.0
# Version 0.1

## Changes in 0.1.2

- Fix installation of Spectra dev version
- Addition of code to install devel version of xcms in readme.md

## Changes in 0.1.1

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ library(remotes)
BiocManager::install("RforMassSpectrometry/RuSirius")
```

Laslty, please install the devel version of xcms (this is temporary and will not
be needed after the next bioconductor release.)

```r
BiocManager::install("sneumann/xcms", ref = "devel")
```

--------------------------------------------------------------------------------

## Usage
Expand Down

0 comments on commit 3a4e284

Please sign in to comment.