File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,4 +63,4 @@ Suggests:
6363 tibble
6464VignetteBuilder: knitr
6565Roxygen: list(r6 = FALSE)
66- RoxygenNote: 7.1.1
66+ RoxygenNote: 7.2.3
Original file line number Diff line number Diff line change 22
33citHeader(" 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" ),
You can’t perform that action at this time.
0 commit comments