Skip to content

Commit

Permalink
fix vignette error
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Nov 12, 2024
1 parent 3fd84a5 commit 7fad86f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: MSnbase
Title: Base Functions and Classes for Mass Spectrometry and Proteomics
Version: 2.33.1
Version: 2.33.2
Description: MSnbase provides infrastructure for manipulation,
processing and visualisation of mass spectrometry and
proteomics data, ranging from raw to quantitative and
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MSnbase 2.33

## MSnbase 2.33.2

- Fix the `pheplus1` code chunk in MSnbase-demo vignette to handle the
new `Rdispo::getIsotope()` list return value.

## MSnbase 2.33.1

- Add functionality to convert a `Spectra` object to a `MSpectra`.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/v01-MSnbase-demo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ library(Rdisop)
Fim <- getMolecule("C8H10N")
getMass(Fim)
isotopes <- getIsotope(Fim)
F1 <- isotopes[2, 2]
F1 <- isotopes[[1]][2, 2]
F1
```

Expand Down

0 comments on commit 7fad86f

Please sign in to comment.