Skip to content

Commit

Permalink
docs: add contribution guidelines and CoC
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Dec 5, 2023
1 parent fbf8217 commit 978a5cd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
9 changes: 1 addition & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: SpectraTutorials
Title: Mass Spectrometry Data Analysis with Spectra
Version: 0.8.2
Version: 0.9.0
Authors@R: c(
person(given = "Johannes", family = "Rainer",
email = "Johannes.Rainer@eurac.edu",
Expand Down Expand Up @@ -53,13 +53,6 @@ Suggests:
MsBackendSql (>= 1.1.3),
RSQLite,
AnnotationHub
Remotes:
RforMassSpectrometry/ProtGenerics,
RforMassSpectrometry/MetaboAnnotation,
RforMassSpectrometry/CompoundDb,
RforMassSpectrometry/MsBackendMgf,
RforMassSpectrometry/Spectra,
RforMassSpectrometry/MsBackendSql
URL: https://jorainer.github.io/SpectraTutorials/
BugReports: https://github.com/jorainer/SpectraTutorials/issues/new
VignetteBuilder: knitr
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bioconductor/bioconductor_docker:RELEASE_3_17
FROM bioconductor/bioconductor_docker:RELEASE_3_18

LABEL name="jorainer/spectra_tutorials" \
url="https://github.com/jorainer/SpectraTutorials" \
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.9

## Version 0.9.0

- Use R 4.3 and Bioconductor 3.18.

# Version 0.8

## Version 0.8.2
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,18 @@ Note that there is also an additional tutorial for the *MetaboAnnotation*,
[MetaboAnnotationTutorials](https://jorainer.github.io/MetaboAnnotationTutorials).


## Contribution

For contributions, see the [RforMassSpectrometry contributions
guideline](https://rformassspectrometry.github.io/RforMassSpectrometry/articles/RforMassSpectrometry.html#contributions).


## Code of Conduct

See the [RforMassSpectrometry Code of
Conduct](https://rformassspectrometry.github.io/RforMassSpectrometry/articles/RforMassSpectrometry.html#code-of-conduct).


# Acknowledgments

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

0 comments on commit 978a5cd

Please sign in to comment.