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

Changelog

r-cran-foreach (1.4.8-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>  Tue, 11 Feb 2020 20:56:37 -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 Pocket Published Component Section
Focal release universe gnu-r

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-foreach_1.4.8-1.dsc 1.9 KiB 764a419729a7c73e5028110c92fa0cff8d6f533f5676c39e9c2fba76a24f6d7f
r-cran-foreach_1.4.8.orig.tar.gz 84.7 KiB ac3ce7e4bd603fb0ae2728c2f9fc379ad4540d636fb71125405c18ee042d8ef7
r-cran-foreach_1.4.8-1.debian.tar.xz 2.3 KiB 064927c7a6297170464d75db9541f52f9ccec2d1a217398cd50f26e56e9f2299

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.