Skip to content

Commit 8ea0620

Browse files
committed
Update README and add CITATION file
1 parent 21314c7 commit 8ea0620

File tree

4 files changed

+38
-4
lines changed

4 files changed

+38
-4
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.1
3+
Version: 1.1.2
44
Authors@R: c(
55
person(given = "Johannes", family = "Rainer",
66
email = "[email protected]",

NEWS.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# xcmsTutorials 1.0
1+
# xcmsTutorials 1.1
2+
3+
## Changes in 1.1.2
4+
5+
- Add citation information to the README and the package.
26

37
## Changes in 1.1.1
48

@@ -9,14 +13,16 @@
913

1014
## Changes in 1.1.0
1115

12-
- Release the tutorial to Zenodo.
16+
- Release the tutorial to Zenodo: https://doi.org/10.5281/zenodo.11185521
1317
- Use Bioconductor 3.19 release docker image and packages.
1418
- Add examples for simple quality assessment of BPC or BPS data.
1519
- Introduce parameter `ppm` for `PeakDensityParam` correspondence analysis
1620
method.
1721
- Add an additional section for extraction of chromatographic or spectra data
1822
for identified chromatographic peaks and perform isotopologue search in these.
1923

24+
# xcmsTutorials 1.0
25+
2026
## Changes in 1.0.4
2127

2228
- Use the Bioconductor 3.18 release docker image.
@@ -52,7 +58,6 @@
5258

5359
- Add requirements for `xcms` and `Spectra` packages as well as R version.
5460

55-
5661
# xcmsTutorials 0.2
5762

5863
## Changes in xcmsTutorials 0.2.0

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ generate the html file
4646
[xcms-preprocessing.html](https://jorainer.github.io/xcmsTutorials/xcms-preprocessing.html).
4747

4848

49+
## Citation
50+
51+
This workflow (and future versions) are deposited at
52+
[Zenodo](https://zenodo.org). To cite this version of the tutorial:
53+
54+
Johannes Rainer and Philippine Louil. xcmsTutorials version 1.1.0: Exploring and
55+
analyzing LC-MS data with Spectra and xcms. Zenodo, May
56+
13, 2024. https://doi.org/10.5281/zenodo.11185521.
57+
58+
4959
## Installation
5060

5161
The workshop files along with an R runtime environment including all required

inst/CITATION

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
citHeader("To cite this workflow:")
2+
3+
citEntry(entry = "Manual",
4+
title = "xcmsTutorials: Exploring and analyzing LC-MS data with Spectra and xcms",
5+
author = personList(
6+
person(given = "Johannes", family = "Rainer"),
7+
person(given = "Philippine", family = "Louail")
8+
),
9+
publisher = "Zenodo",
10+
year = "2024",
11+
month = "may",
12+
version = "v1.1.0",
13+
doi = "10.5281/zenodo.11185521",
14+
url = "https://doi.org/10.5281/zenodo.11185521",
15+
textVersion = paste0("Johannes Rainer, & Philippine Louail. (2024). ",
16+
"xcmsTutorials version 1.1.0: Exploring and ",
17+
"analyzing LC-MS data with Spectra and xcms. ",
18+
"Zenodo. https://doi.org/10.5281/zenodo.11185521")
19+
)

0 commit comments

Comments
 (0)