-
Notifications
You must be signed in to change notification settings - Fork 15
/
packages_control_iteration_apply.bib
65 lines (58 loc) · 1.83 KB
/
packages_control_iteration_apply.bib
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
57
58
59
60
61
62
63
64
@Manual{R-base,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2023},
url = {https://www.R-project.org/},
}
@Manual{R-future,
title = {future: Unified Parallel and Distributed Processing in R for Everyone},
author = {Henrik Bengtsson},
year = {2023},
note = {R package version 1.33.0},
url = {https://CRAN.R-project.org/package=future},
}
@Manual{R-future.apply,
title = {future.apply: Apply Function to Elements in Parallel using Futures},
author = {Henrik Bengtsson},
year = {2023},
note = {R package version 1.11.0},
url = {https://CRAN.R-project.org/package=future.apply},
}
@Manual{R-microbenchmark,
title = {microbenchmark: Accurate Timing Functions},
author = {Olaf Mersmann},
year = {2023},
note = {R package version 1.4.10},
url = {https://github.com/joshuaulrich/microbenchmark/},
}
@Manual{R-pbapply,
title = {pbapply: Adding Progress Bar to *apply Functions},
author = {Peter Solymos and Zygmunt Zawadzki},
year = {2023},
note = {R package version 1.7-2},
url = {https://github.com/psolymos/pbapply},
}
@Article{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},
}
@Article{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},
}