File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
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:")
2+
3+ citEntry(
4+ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
5+ # BibTeX entry:
6+ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
7+ entry = "Misc",
8+ author = "Henrik Bengtsson",
9+ title = "A Unifying Framework for Parallel and Distributed Processing in R using Futures",
10+ year = "2020",
11+ month = "aug",
12+ eprint = "2008.00553",
13+ archivePrefix = "arXiv",
14+ primaryClass = "cs.DC",
15+ url = "https://arxiv.org/abs/2008.00553",
16+
17+ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
18+ # Plain-text citation:
19+ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
20+ textVersion = paste(sep="",
21+ "H. Bengtsson, ",
22+ "A Unifying Framework for Parallel and Distributed Processing in R using Futures, ",
23+ "arXiv:2008.00553, ",
24+ "2020"
25+ )
26+ )
You can’t perform that action at this time.
0 commit comments