Skip to content

Commit

Permalink
fix: missing dependency of ProtGenerics
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 16, 2024
1 parent b96137d commit 88524bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: MetaboAnnotation
Title: Utilities for Annotation of Metabolomics Data
Version: 1.9.1
Version: 1.9.2
Description:
High level functions to assist in annotation of (metabolomics) data sets.
These include functions to perform simple tentative annotations based on
Expand Down Expand Up @@ -70,7 +70,7 @@ BugReports: https://github.com/RforMassSpectrometry/MetaboAnnotation/issues
URL: https://github.com/RforMassSpectrometry/MetaboAnnotation
biocViews: Infrastructure, Metabolomics, MassSpectrometry
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Collate:
'AllClassUnions.R'
'AllGenerics.R'
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MetaboAnnotation 1.9

## Changes in 1.9.2

- Fix missing ProtGenerics dependency.

## Changes in 1.9.1

- Add parameter `scalePeaks` to `plotSpectraMirror` to allow scaling peak
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test_MatchedSpectra.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
library(Spectra)
library(ProtGenerics)
df1 <- DataFrame(
msLevel = 2L, rtime = 1:10,
spectrum_id = c("a", "b", "c", "d", "e", "f", "g", "h", "i", "j"))
Expand Down

0 comments on commit 88524bd

Please sign in to comment.