Skip to content

Commit 070b5d8

Browse files
CITATION: Use utils::bibentry(), required by R (>= 4.3.0) checks
1 parent 458eee9 commit 070b5d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

inst/CITATION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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, ",

0 commit comments

Comments
 (0)