<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Provides Foreach Looping Construct</dc:title>
  <dc:title>R package foreach version 1.5.2</dc:title>
  <dc:subject>CRAN Task View: HighPerformanceComputing (https://CRAN.R-project.org/view=HighPerformanceComputing)</dc:subject>
  <dc: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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 2.5.0)</dc:relation>
  <dc:relation>Imports: codetools, utils, iterators</dc:relation>
  <dc:relation>Suggests: randomForest, doMC, doParallel, testthat, knitr, rmarkdown</dc:relation>
  <dc:creator>Folashade Daniel &lt;fdaniel@microsoft.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Folashade Daniel [cre],
  Hong Ooi [ctb],
  Rich Calaway [ctb],
  Microsoft [aut, cph],
  Steve Weston [aut]</dc:contributor>
  <dc:rights>Apache License (== 2.0)</dc:rights>
  <dc:date>2022-02-02</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=foreach</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.foreach</dc:identifier>
</oai_dc:dc>
