Skip to content

Commit

Permalink
Replace old cite style with bibentry
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse committed Feb 6, 2023
1 parent 23f19e9 commit 78ae3f8
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
citHeader("To cite the rawrr package in publications use:")

citEntry(entry = "article",
title = "The rawrr R Package: Direct Access to Orbitrap Data and Beyond",
author = c(person(given = "Tobias",
family = "Kockmann",
email = "[email protected]"),
person(given = "Christian",
family = "Panse",
email = "[email protected]")),
journal = "Journal of Proteome Research",
year = "2021",
doi = "10.1021/acs.jproteome.0c00866",
textVersion = paste("Tobis Kockmann and Christian Panse.",
"The rawrr R Package: Direct Access to Orbitrap Data and Beyond.",
"Journal of Proteome Research; doi: https://doi.org/10.1021/acs.jproteome.0c00866 (2021).")
rawrrref <- bibentry (
bibtype = "Article",
title = "The rawrr R Package: Direct Access to Orbitrap Data and Beyond",
author = c(person(given = "Tobias",
family = "Kockmann",
email = "[email protected]"),
person(given = "Christian",
family = "Panse",
email = "[email protected]")),
journal = "Journal of Proteome Research",
year = "2021",
doi = "10.1021/acs.jproteome.0c00866",
)

0 comments on commit 78ae3f8

Please sign in to comment.