Skip to content

Commit e715f84

Browse files
committed
Bump version
1 parent a1ac28a commit e715f84

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

DESCRIPTION

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: SpectraTutorials
22
Title: Mass Spectrometry Data Analysis with Spectra
3-
Version: 0.8.0
3+
Version: 0.8.1
44
Authors@R: c(
55
person(given = "Johannes", family = "Rainer",
66
email = "Johannes.Rainer@eurac.edu",
@@ -17,7 +17,10 @@ Authors@R: c(
1717
person(given = "Sebastian", family = "Gibb",
1818
email = "mail@sebastiangibb.de",
1919
role = c("aut"),
20-
comment = c(ORCID = "0000-0001-7406-4443")))
20+
comment = c(ORCID = "0000-0001-7406-4443")),
21+
person(given = "Philippine", family = "Louail",
22+
email = "philippine.louail@eurac.edu",
23+
role = c("ctb")))
2124
Description: These workshops and tutorials provide use cases and examples for
2225
mass spectrometry data handling and analysis using the Spectra Bioconductor
2326
package and how these can be included into other R-based analyis workflows.

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version 0.8
22

3+
## Version 0.8.1
4+
5+
- Include feedback and suggestions from Philippine Louail.
6+
37
## Version 0.8.0
48

59
- Add new tutorial *`Spectra`: an expandable infrastructure to handle mass

vignettes/Spectra-backends.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ the analysis of MS data independently of *where* and *how* the data is stored.
850850

851851
# Acknowledgments
852852

853-
Thank you to [Philippine Louail](https://github.com/philouail) for
854-
fixing typos and suggesting improvements.
853+
Thank you to [Philippine Louail](https://github.com/philouail) for fixing typos
854+
and suggesting improvements.
855855

856856
# References

0 commit comments

Comments
 (0)