File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,4 +63,4 @@ Suggests:
63
63
tibble
64
64
VignetteBuilder: knitr
65
65
Roxygen: list(r6 = FALSE)
66
- RoxygenNote: 7.1.1
66
+ RoxygenNote: 7.2.3
Original file line number Diff line number Diff line change 2
2
3
3
citHeader(" To cite BatchJobs, BatchExperiments or batchtools in publications use:" )
4
4
5
- citEntry( entry = " Article" ,
5
+ bibentry( " Article" ,
6
6
title = " batchtools: Tools for R to work on batch systems" ,
7
- author = personList (as.person(" Michel Lang" ),
7
+ author = c (as.person(" Michel Lang" ),
8
8
as.person(" Bernd Bischl" ),
9
9
as.person(" Dirk Surmann" )),
10
10
journal = " The Journal of Open Source Software" ,
@@ -20,9 +20,9 @@ citEntry(entry = "Article",
20
20
" URL https://doi.org/10.21105/joss.00135." )
21
21
)
22
22
23
- citEntry( entry = " Article" ,
23
+ bibentry( " Article" ,
24
24
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" ),
26
26
as.person(" Michel Lang" ),
27
27
as.person(" Olaf Mersmann" ),
28
28
as.person(" J{\\\" o}rg Rahnenf{\\\" u}hrer" ),
You can’t perform that action at this time.
0 commit comments