Skip to content

Commit

Permalink
Merge branch 'main' into dev (forward-port mzData fix), bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Stravs committed Mar 10, 2022
2 parents b896a8a + e51aa6f commit 27128b5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 190 deletions.
5 changes: 0 additions & 5 deletions .BBSoptions

This file was deleted.

4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: RMassBank
Type: Package
Title: Workflow to process tandem MS files and build MassBank records
Version: 3.3.4
Version: 3.5.2
Authors@R: c(
person(given = "RMassBank at Eawag", email = "[email protected]",
role=c("cre")),
Expand Down Expand Up @@ -37,7 +37,7 @@ Imports:
enviPat,assertthat,logger,RCurl,readJDX,webchem,
ChemmineR,ChemmineOB,R.utils
Suggests:
BiocStyle,gplots,RMassBankData,
BiocStyle,gplots,RMassBankData (>= 1.33.1),
xcms (>= 1.37.1),
CAMERA,
RUnit,
Expand Down
4 changes: 4 additions & 0 deletions inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes in version 3.5.1

- Switch to using mzML files in the vignette after mzR dropped support for mzData

Changes in version 2.99.4

- Fix an issue if no electronic noise was specified in settings.ini, closes #239
Expand Down
2 changes: 1 addition & 1 deletion vignettes/RMassBankXCMS.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The full paths of the files must be loaded into the container in the array
```{r }
msmsList@files <- list.files(system.file("spectra.Glucolesquerellin",
package = "RMassBankData"),
"Glucolesquerellin.*mzData", full.names=TRUE)
"Glucolesquerellin.*mzML", full.names=TRUE)
```

Note the position of the compound IDs in the filenames. Historically,
Expand Down
182 changes: 0 additions & 182 deletions vignettes/RMassBankXCMS.Rnw-disabled

This file was deleted.

0 comments on commit 27128b5

Please sign in to comment.