Skip to content
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
5 changes: 2 additions & 3 deletions 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.4
Version: 2.33.5
Description: MSnbase provides infrastructure for manipulation,
processing and visualisation of mass spectrometry and
proteomics data, ranging from raw to quantitative and
Expand Down Expand Up @@ -194,7 +194,6 @@ Collate:
'methods-Spectrum2.R'
'methods-all.equal.R'
'methods-filters.R'
'methods-fragments.R'
'methods-mzR.R'
'methods-other.R'
'methods-pSet.R'
Expand All @@ -221,4 +220,4 @@ Collate:
'utils.R'
'writeMSData.R'
'zzz.R'
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MSnbase 2.33

## MSnbase 2.33.5

- Remove `methods-fragments.R` (is now part of `PSMatch`).

## MSnbase 2.33.4

- Fix bug in `MzTab()` (see issue #608).
Expand Down
10 changes: 0 additions & 10 deletions R/methods-fragments.R

This file was deleted.

Loading