https://github.com/cran/multicore
Revision a37f1e7f79de8cf9f3cac3b63c814d7e631eda2e authored by Simon Urbanek on 08 August 1977, 00:00:00 UTC, committed by Gabor Csardi on 08 August 1977, 00:00:00 UTC
0 parent
Raw File
Tip revision: a37f1e7f79de8cf9f3cac3b63c814d7e631eda2e authored by Simon Urbanek on 08 August 1977, 00:00:00 UTC
version 0.1-1
Tip revision: a37f1e7
DESCRIPTION
Package: multicore
Version: 0.1-1
Title: Parallel processing of R code on machines with multiple cores or CPUs
Author: Simon Urbanek <Simon.Urbanek@r-project.org>
Maintainer: Simon Urbanek <Simon.Urbanek@r-project.org>
Depends: R (>= 2.0.0)
Description: This package provides a way of running parallel computations in R on machines with multiple cores or CPUs. Jobs can share the entire initial workspace and it provides methods for results collection.
License: GPL-2
SystemRequirements: POSIX-compliant OS (essentially anything but Windows)
URL: http://www.rforge.net/multicore/
back to top