r-snow 0.4-4
Channel: guix
Home page: https://cran.r-project.org/web/packages/snow
Synopsis: Support for simple parallel computing in R
Description:
The snow package provides support for simple parallel computing on a network of workstations using R. A master R process calls makeCluster
to start a cluster of worker processes; the master process then uses functions such as clusterCall
and clusterApply
to execute R code on the worker processes and collect and return the results on the master.
Total results: 3