r-cran-foreach 1.5.2-1 source package in Ubuntu
Changelog
r-cran-foreach (1.5.2-1) unstable; urgency=medium * New upstream release * debian/control: Set Build-Depends: to current R version * debian/control: Set Standards-Version: to current version -- Dirk Eddelbuettel <email address hidden> Thu, 03 Feb 2022 14:06:44 -0600
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 | |
---|---|---|---|---|
Mantic | release | universe | gnu-r | |
Lunar | release | universe | gnu-r | |
Kinetic | release | universe | gnu-r | |
Jammy | release | universe | gnu-r |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-foreach_1.5.2-1.dsc | 1.9 KiB | d7a40af2f7b7a81b8a5cf93b7ac0fe6b5086f64f6620156db08beff028adf037 |
r-cran-foreach_1.5.2.orig.tar.gz | 87.7 KiB | 56338d8753f9f68f262cf532fd8a6d0fe25a71a2ff0107f3ce378feb926bafe4 |
r-cran-foreach_1.5.2-1.debian.tar.xz | 2.4 KiB | 02cfc809c3565124b841177d6e9301f1f1d71bc812db2f1021ca98646dc4740f |
Available diffs
- diff from 1.5.1-1 to 1.5.2-1 (22.1 KiB)
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.