Paketname | r-cran-foreach |
Beschreibung | GNU R foreach looping support |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.3.0-2 |
Sektion | gnu-r |
Priorität | optional |
Installierte Größe | 668 Byte |
Hängt ab von | r-base-core (>= 2.10.0), r-cran-codetools, r-cran-iterators |
Empfohlene Pakete | |
Paketbetreuer | Dirk Eddelbuettel |
Quelle | |
Paketgröße | 251864 Byte |
Prüfsumme MD5 | ddf69a139cb8fc853db1d192927d22d9 |
Prüfsumme SHA1 | c84d7d2b8dae3009274cb7183253d1e22583f410 |
Prüfsumme SHA256 | 84807254478ea359105bac914f4fae7d4fd52d9f2a91c2e77521336974f4f8f0 |
Link zum Herunterladen | r-cran-foreach_1.3.0-2_all.deb |
Ausführliche Beschreibung | This package provides 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.
|