-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
40 lines (40 loc) · 1.18 KB
/
DESCRIPTION
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
Package: doRNG
Type: Package
Title: Generic Reproducible Parallel Backend for 'foreach' Loops
Version: 1.8.3
Encoding: UTF-8
Authors@R: person("Renaud", "Gaujoux", email = "[email protected]", role = c("aut", "cre"))
Description: Provides functions to perform
reproducible parallel foreach loops, using independent
random streams as generated by L'Ecuyer's combined
multiple-recursive generator [L'Ecuyer (1999), <DOI:10.1287/opre.47.1.159>].
It enables to easily convert standard '%dopar%' loops into
fully reproducible loops, independently of the number
of workers, the task scheduling strategy, or the chosen
parallel environment and associated foreach backend.
License: GPL (>=2)
LazyLoad: yes
URL: https://renozao.github.io/doRNG
BugReports: http://github.com/renozao/doRNG/issues
VignetteBuilder: knitr
Depends:
R (>= 3.0.0),
foreach,
rngtools (>= 1.5)
Imports:
stats,
utils,
iterators
Suggests:
doParallel,
doMPI,
doRedis,
rbenchmark,
devtools,
knitr,
bibtex,
testthat,
pkgmaker (>= 0.31)
RoxygenNote: 7.0.2
Roxygen: list(roclets = c('collate', 'namespace', 'roclets::rd2_roclet'))
Remotes: renozao/roclets