Skip to content

Commit e6c865e

Browse files
committed
update citation file for cran release
1 parent 7dab11e commit e6c865e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ Suggests:
6363
tibble
6464
VignetteBuilder: knitr
6565
Roxygen: list(r6 = FALSE)
66-
RoxygenNote: 7.1.1
66+
RoxygenNote: 7.2.3

inst/CITATION

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

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

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

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

0 commit comments

Comments
 (0)