File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- citHeader("Please cite 'future' and the future framework using the following references:")
1+ utils::bibentry(
2+ header = "Please cite 'future' and the future framework using the following references:",
23
3- citEntry(
44 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
55 # BibTeX entry:
66 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
7+ bibtype = "article",
78 key = "RJ-2021-048",
8- entry = "article",
99 author = "Henrik Bengtsson",
1010 title = "A Unifying Framework for Parallel and Distributed Processing in R using Futures",
1111 year = "2021",
@@ -19,7 +19,7 @@ citEntry(
1919 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2020 # Plain-text citation:
2121 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
22- textVersion = paste(sep="",
22+ textVersion = paste0(
2323 "Henrik Bengtsson, ",
2424 "A Unifying Framework for Parallel and Distributed Processing in R using Futures, ",
2525 "The R Journal (2021) 13:2, pages 208-227, ",
You can’t perform that action at this time.
0 commit comments