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

Changelog

r-cran-foreach (1.4.4-1) unstable; urgency=medium

  * New upstream release
  
  * debian/control: Set Standards-Version: to current version 
  * debian/control: Set Build-Depends: to current R version 
  * debian/compat: Set level to 9
  * debian/control: Add Depends: on ${misc:Depends}

 -- Dirk Eddelbuettel <email address hidden>  Thu, 14 Dec 2017 14:40:41 -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
Bionic release universe gnu-r

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-foreach_1.4.4-1.dsc 1.7 KiB f6955fcf3ac16a88cc55f317c22b0dae5ffc7bd9a583baf20891876a2673de2b
r-cran-foreach_1.4.4.orig.tar.gz 352.3 KiB c0a71090d5b70b9a95a6936091dabae9c26e1fc6b9609bfe5fb6346033905e48
r-cran-foreach_1.4.4-1.diff.gz 1.9 KiB b1a2285c82847d490d0ee684c06c861a944fa281631908c7fab1fe2aae4f3e13

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.