-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCITATION
More file actions
56 lines (50 loc) · 1.87 KB
/
CITATION
File metadata and controls
56 lines (50 loc) · 1.87 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
utils::bibentry(
header = "Please cite 'futurize' using the following references:",
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# BibTeX entry:
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bibtype = "misc",
key = "Bengtsson-Futurize",
author = "Henrik Bengtsson",
title = "A Unified Approach to Concurrent, Parallel Map-Reduce in R using Futures",
year = "2026",
eprint = "2601.17578",
archivePrefix = "arXiv",
primaryClass = "cs.DC",
url = "https://arxiv.org/abs/2601.17578",
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Plain-text citation:
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
textVersion = paste0(
"Henrik Bengtsson, ",
"A Unified Approach to Concurrent, Parallel Map-Reduce in R using Futures, ",
"arXiv (2026), ",
"https://arxiv.org/abs/2601.17578"
)
)
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"
)
)