r-cran-foreach 1.4.3-1 source package in Ubuntu

Changelog

r-cran-foreach (1.4.3-1) unstable; urgency=low

  * 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>  Wed, 14 Oct 2015 20:17:23 -0500

Upload details

Uploaded by:
Dirk Eddelbuettel
Uploaded to:
Sid
Original maintainer:
Dirk Eddelbuettel
Architectures:
all
Section:
gnu-r
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe gnu-r

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-foreach_1.4.3-1.dsc 1.8 KiB 913735bf667a90ab7ddbf1e6d0c14b3b2e92b995536e03aed29e2445f49d3eb4
r-cran-foreach_1.4.3.orig.tar.gz 351.4 KiB 1ef03f770f726a62e3753f2402eb26b226245958fa99d570d003fc9e47d35881
r-cran-foreach_1.4.3-1.diff.gz 1.9 KiB e97c2ff12b7a4255416cd918037c6449879b358be85537077885d56acc933ada

Available diffs

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.