Skip to content

Commit 978a5cd

Browse files
committed
docs: add contribution guidelines and CoC
1 parent fbf8217 commit 978a5cd

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 8 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.2
3+
Version: 0.9.0
44
Authors@R: c(
55
person(given = "Johannes", family = "Rainer",
66
email = "Johannes.Rainer@eurac.edu",
@@ -53,13 +53,6 @@ Suggests:
5353
MsBackendSql (>= 1.1.3),
5454
RSQLite,
5555
AnnotationHub
56-
Remotes:
57-
RforMassSpectrometry/ProtGenerics,
58-
RforMassSpectrometry/MetaboAnnotation,
59-
RforMassSpectrometry/CompoundDb,
60-
RforMassSpectrometry/MsBackendMgf,
61-
RforMassSpectrometry/Spectra,
62-
RforMassSpectrometry/MsBackendSql
6356
URL: https://jorainer.github.io/SpectraTutorials/
6457
BugReports: https://github.com/jorainer/SpectraTutorials/issues/new
6558
VignetteBuilder: knitr

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bioconductor/bioconductor_docker:RELEASE_3_17
1+
FROM bioconductor/bioconductor_docker:RELEASE_3_18
22

33
LABEL name="jorainer/spectra_tutorials" \
44
url="https://github.com/jorainer/SpectraTutorials" \

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 0.9
2+
3+
## Version 0.9.0
4+
5+
- Use R 4.3 and Bioconductor 3.18.
6+
17
# Version 0.8
28

39
## Version 0.8.2

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,18 @@ Note that there is also an additional tutorial for the *MetaboAnnotation*,
198198
[MetaboAnnotationTutorials](https://jorainer.github.io/MetaboAnnotationTutorials).
199199

200200

201+
## Contribution
202+
203+
For contributions, see the [RforMassSpectrometry contributions
204+
guideline](https://rformassspectrometry.github.io/RforMassSpectrometry/articles/RforMassSpectrometry.html#contributions).
205+
206+
207+
## Code of Conduct
208+
209+
See the [RforMassSpectrometry Code of
210+
Conduct](https://rformassspectrometry.github.io/RforMassSpectrometry/articles/RforMassSpectrometry.html#code-of-conduct).
211+
212+
201213
# Acknowledgments
202214

203215
Thank you to [Philippine Louail](https://github.com/philouail) for

0 commit comments

Comments
 (0)