Skip to content

Commit

Permalink
refactor: use spectraSampleIndex and use () for functions
Browse files Browse the repository at this point in the history
- Use the `spectraSampleIndex()` function instead of `fromFile()`.
- Use `()` to indicate functions in the descriptive text to easily discriminate
  them from classes and parameters.
  • Loading branch information
jorainer committed Jun 7, 2024
1 parent f558a72 commit 21314c7
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 135 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: xcmsTutorials
Title: Exploring and Analyzing LC-MS data with Spectra and xcms
Version: 1.1.0
Version: 1.1.1
Authors@R: c(
person(given = "Johannes", family = "Rainer",
email = "[email protected]",
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# xcmsTutorials 1.0

## Changes in 1.1.1

- Use `spectraSampleIndex()` instead of the old `fromFile()` function to get
sample assignments of individual spectra.
- Add `()` to all functions in the descriptive text to discriminate functions
from classes or parameter names.

## Changes in 1.1.0

- Release the tutorial to Zenodo.
Expand Down
Loading

0 comments on commit 21314c7

Please sign in to comment.