https://github.com/cran/doParallel
Raw File
Tip revision: 54faaa766ce85cbbb8a1f2431ce7ab7fe593d81f authored by Rich Calaway on 14 October 2015, 09:53:49 UTC
version 1.0.10
Tip revision: 54faaa7
DESCRIPTION
Package: doParallel
Type: Package
Title: Foreach Parallel Adaptor for the 'parallel' Package
Version: 1.0.10
Authors@R: c(person("Rich", "Calaway", role="cre", email="richcala@microsoft.com"),
             person("Revolution", "Analytics", role=c("aut", "cph")),
			 person("Steve", "Weston", role="aut"),
			 person("Dan", "Tenenbaum", role="ctb"))
Description: Provides a parallel backend for the %dopar% function using
        the parallel package.
Depends: R (>= 2.14.0), foreach(>= 1.2.0), iterators(>= 1.0.0),
        parallel, utils
Suggests: caret, mlbench, rpart
Enhances: compiler, RUnit
License: GPL-2
Author: Rich Calaway [cre],
  Revolution Analytics [aut, cph],
  Steve Weston [aut],
  Dan Tenenbaum [ctb]
Maintainer: Rich Calaway <richcala@microsoft.com>
Repository: CRAN
Repository/R-Forge/Project: doparallel
Repository/R-Forge/Revision: 15
Repository/R-Forge/DateTimeStamp: 2015-10-13 20:31:22
Date/Publication: 2015-10-14 09:53:49
NeedsCompilation: no
Packaged: 2015-10-13 20:46:30 UTC; rforge
back to top