Skip to content

Commit 21314c7

Browse files
committed
refactor: use spectraSampleIndex and use () for functions
- Use the `spectraSampleIndex()` function instead of `fromFile()`. - Use `()` to indicate functions in the descriptive text to easily discriminate them from classes and parameters.
1 parent f558a72 commit 21314c7

File tree

3 files changed

+148
-135
lines changed

3 files changed

+148
-135
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: xcmsTutorials
22
Title: Exploring and Analyzing LC-MS data with Spectra and xcms
3-
Version: 1.1.0
3+
Version: 1.1.1
44
Authors@R: c(
55
person(given = "Johannes", family = "Rainer",
66
email = "[email protected]",

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# xcmsTutorials 1.0
22

3+
## Changes in 1.1.1
4+
5+
- Use `spectraSampleIndex()` instead of the old `fromFile()` function to get
6+
sample assignments of individual spectra.
7+
- Add `()` to all functions in the descriptive text to discriminate functions
8+
from classes or parameter names.
9+
310
## Changes in 1.1.0
411

512
- Release the tutorial to Zenodo.

0 commit comments

Comments
 (0)