Skip to content

Commit

Permalink
add metadata for zenodo repository and integration
Browse files Browse the repository at this point in the history
  • Loading branch information
cpauvert committed Sep 11, 2024
1 parent 58a80f8 commit 86f8e07
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
^revdep$
^CODE_OF_CONDUCT\.md$
^CONTRIBUTING\.md$
^\.zenodo\.json$
39 changes: 39 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"creators": [
{
"orcid": "0000-0001-9832-2507",
"affiliation": "University Hospital of RWTH Aachen",
"name": "Pauvert, Charlie"
},
{
"affiliation": "University Hospital of RWTH Aachen",
"name": "Nüchtern, Selina"
},
{
"orcid": "0000-0002-8424-5712",
"affiliation": "University Hospital of RWTH Aachen",
"name": "Wylensek, David"
},
{
"orcid": "0000-0002-7229-5595",
"affiliation": "University Hospital of RWTH Aachen",
"name": "Clavel, Thomas"
}
],

"license": "gpl-3.0-or-later",

"title": "maldipickr: Dereplicate and Cherry-Pick Mass Spectrometry Spectra",

"related_identifiers": [
{
"scheme": "doi",
"identifier": "10.32614/CRAN.package.maldipickr",
"relation": "isSupplementedBy",
"resource_type": "software"
}
],

"keywords": ["R", "Rstats", "MALDI-TOF", "MALDI-TOF mass spectrometry", dereplication", "cherry-pick", "R-packages","bacteria", "cultivation"]

}
2 changes: 1 addition & 1 deletion dev/0-dev_history.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@ usethis::use_logo("logo-maldipickr.svg")# later to fix #43
# Ignore files during package build

```{r build_ignore, eval=FALSE}
usethis::use_build_ignore(c("_pkgdown.yml", "docs", "pkgdown", "processed", "codecov.yml", "CONTRIBUTING.md"))
usethis::use_build_ignore(c("_pkgdown.yml", "docs", "pkgdown", "processed", "codecov.yml", "CONTRIBUTING.md", ".zenodo.json"))
```

0 comments on commit 86f8e07

Please sign in to comment.