1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
utils::bibentry(
header = "Please cite 'future' and the future framework using the following references:",
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# BibTeX entry:
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bibtype = "article",
key = "RJ-2021-048",
author = "Henrik Bengtsson",
title = "A Unifying Framework for Parallel and Distributed Processing in R using Futures",
year = "2021",
journal = "The R Journal",
doi = "10.32614/RJ-2021-048",
url = "https://doi.org/10.32614/RJ-2021-048",
pages = "208--227",
volume = "13",
number = "2",
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Plain-text citation:
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
textVersion = paste0(
"Henrik Bengtsson, ",
"A Unifying Framework for Parallel and Distributed Processing in R using Futures, ",
"The R Journal (2021) 13:2, pages 208-227, ",
"doi:10.32614/RJ-2021-048"
)
)
|