The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
parallelLapply()
does not drop list element names
anymore (#58)
parallelStart()
gains argument
reproducible
. This argument ensures reproducibility across
parallel workers and is set to TRUE
by default. Internally,
we take care to use the "L'Ecuyer-CMRG"
RNG kind or
clusterSetRNGStream()
(depending on the parallel mode) to
ensure this. This argument works similar to the future.seed
argument for future-based parallelization which also ensures
reproducibility across parallel processes with the standard RNG
kind.
parallelLibrary()
: Respect custom levels when
exporting packages (#67)
parallelLibrary()
: Allow to add packages to a
batchtools library (@dagola, #70)
Bugfix: Printing the state of an object holding the current
parallelMap options (queried via parallelGetOptions()
) did
not return the object state but instead the global state of the options
(#41, @mb706).
parallelLapply()
does not drop list element names
anymore (#58)
parallelStart()
gains argument
reproducible
. This argument ensures reproducibility across
parallel workers and is set to TRUE
by default. Internally,
we take care to use the "L'Ecuyer-CMRG"
RNG kind or
clusterSetRNGStream()
(depending on the parallel mode) to
ensure this. This argument works similar to the future.seed
argument for future-based parallelization which also ensures
reproducibility across parallel processes with the standard RNG
kind.
parallelLibrary()
: Respect custom levels when
exporting packages (#67)
parallelLibrary()
: Allow to add packages to a
batchtools library (@dagola, #70)
Bugfix: Printing the state of an object holding the current
parallelMap options (queried via parallelGetOptions()
) did
not return the object state but instead the global state of the options
(#41, @mb706).
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.