Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 1 of 1 found.
[1] < 1 > [1]  Sort:

foreach : Provides Foreach Looping Construct for R

Package: foreach
Type: Package
Title: Provides Foreach Looping Construct for R
Version: 1.4.3
Authors@R: c(person("Rich", "Calaway", role="cre", email="richcala@microsoft.com"),
person("Revolution", "Analytics", role=c("aut", "cph")),
person("Steve", "Weston", role="aut"))
Description: Support for the foreach looping construct. Foreach is an
idiom that allows for iterating over elements in a collection,
without the use of an explicit loop counter. This package in
particular is intended to be used for its return value, rather
than for its side effects. In that sense, it is similar to the
standard lapply function, but doesn't require the evaluation
of a function. Using foreach without side effects also
facilitates executing the loop in parallel.
Depends: R (>= 2.5.0)
Imports: codetools, utils, iterators
Suggests: randomForest
Enhances: compiler, doMC, RUnit, doParallel
License: Apache License (== 2.0)
Author: Rich Calaway [cre],
Revolution Analytics [aut, cph],
Steve Weston [aut]
Maintainer: Rich Calaway <richcala@microsoft.com>
Repository: CRAN
Repository/R-Forge/Project: foreach
Repository/R-Forge/Revision: 27
Repository/R-Forge/DateTimeStamp: 2015-10-12 01:37:31
Date/Publication: 2015-10-13 09:12:53
NeedsCompilation: no
Packaged: 2015-10-12 02:26:29 UTC; rforge

● Data Source: CranContrib
● Cran Task View: HighPerformanceComputing
● 0 images, 8 functions, 0 datasets
Reverse Depends: 62