Skip to content

Commit

Permalink
update citation file for cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Feb 2, 2023
1 parent 7dab11e commit e6c865e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ Suggests:
tibble
VignetteBuilder: knitr
Roxygen: list(r6 = FALSE)
RoxygenNote: 7.1.1
RoxygenNote: 7.2.3
8 changes: 4 additions & 4 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

citHeader("To cite BatchJobs, BatchExperiments or batchtools in publications use:")

citEntry(entry = "Article",
bibentry("Article",
title = "batchtools: Tools for R to work on batch systems",
author = personList(as.person("Michel Lang"),
author = c(as.person("Michel Lang"),
as.person("Bernd Bischl"),
as.person("Dirk Surmann")),
journal = "The Journal of Open Source Software",
Expand All @@ -20,9 +20,9 @@ citEntry(entry = "Article",
"URL https://doi.org/10.21105/joss.00135.")
)

citEntry(entry = "Article",
bibentry("Article",
title = "{BatchJobs} and {BatchExperiments}: Abstraction Mechanisms for Using {R} in Batch Environments",
author = personList(as.person("Bernd Bischl"),
author = c(as.person("Bernd Bischl"),
as.person("Michel Lang"),
as.person("Olaf Mersmann"),
as.person("J{\\\"o}rg Rahnenf{\\\"u}hrer"),
Expand Down

0 comments on commit e6c865e

Please sign in to comment.