r-cran-foreach 1.4.3-1.1 source package in Ubuntu
Changelog
r-cran-foreach (1.4.3-1.1) unstable; urgency=medium * Non-maintainer upload. * Rebuild for r-api-3.4 transition -- Sébastien Villemot <email address hidden> Fri, 29 Sep 2017 21:35:42 +0200
Upload details
- Uploaded by:
- Dirk Eddelbuettel
- Uploaded to:
- Sid
- Original maintainer:
- Dirk Eddelbuettel
- Architectures:
- all
- Section:
- gnu-r
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-foreach_1.4.3-1.1.dsc | 1.8 KiB | a760e7ad5d08defb5d24824c2da10fd89fbe50a67b7c3bfde049c56f8ff56e0a |
r-cran-foreach_1.4.3.orig.tar.gz | 351.4 KiB | 1ef03f770f726a62e3753f2402eb26b226245958fa99d570d003fc9e47d35881 |
r-cran-foreach_1.4.3-1.1.diff.gz | 2.0 KiB | 990be4ab500cfbe3d629c1550ee1d704865b1fc6287a817f1d6c654523e7040d |
Available diffs
- diff from 1.4.3-1build1 (in Ubuntu) to 1.4.3-1.1 (366 bytes)
No changes file available.
Binary packages built by this source
- r-cran-foreach: GNU R foreach looping support
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.