r-cran-dorng 1.7.1-1 source package in Ubuntu

Changelog

r-cran-dorng (1.7.1-1) unstable; urgency=medium

  * New upstream version
  * dh-update-R to update Build-Depends

 -- Andreas Tille <email address hidden>  Sat, 23 Jun 2018 12:17:58 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-dorng_1.7.1-1.dsc 2.1 KiB d2a85e2a45ca5234e8397b2ab871de8addb20b0f379ddef746baf4fa0764c598
r-cran-dorng_1.7.1.orig.tar.gz 255.1 KiB 27533d54464889d1c21301594137fc0f536574e3a413d61d7df9463ab12a67e9
r-cran-dorng_1.7.1-1.debian.tar.xz 2.1 KiB 4cb95e91d9de368acd3a9ef88eacaada67a102641da2c982fe2209502e5d0181

Available diffs

No changes file available.

Binary packages built by this source

r-cran-dorng: GNU R generic reproducible parallel backend for 'foreach' loops

 This GNU R package provides functions to perform
 reproducible parallel foreach loops, using independent
 random streams as generated by L'Ecuyer's combined
 multiple-recursive generator [L'Ecuyer (1999), <DOI:10.1287/opre.47.1.159>].
 It enables to easily convert standard %dopar% loops into
 fully reproducible loops, independently of the number
 of workers, the task scheduling strategy, or the chosen
 parallel environment and associated foreach backend.