The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
The Futureverse is a unifying framework for parallelization and distributed processing in R. This package, futureverse, is a utility wrapper package that makes it easy to install and load the most common Futureverse packages in one go.
library(futureverse)
will load the common Futureverse
packages:
Call:
install.packages("futureverse")
to install future, future.apply, furrr, doFuture, and progressr.
To install also additional parallel backends, future.batchtools, future.callr, and future.mirai, use:
install.packages("futureverse", dependencies = TRUE)
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.