Skip to content

Commit 025bf44

Browse files
Add arXiv citation [ci skip]
1 parent 18b0f46 commit 025bf44

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

inst/CITATION

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
)

0 commit comments

Comments
 (0)