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

Changelog

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

  * New upstream version
  * dh-update-R to update Build-Depends (routine-update)

 -- Andreas Tille <email address hidden>  Thu, 19 Jan 2023 15:35:20 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-dorng_1.8.6-1.dsc 2.1 KiB f93896fa865a10cf5695f23405ec9d4e5e922f3eeecd89bc7f0c3ade7d9d2ca2
r-cran-dorng_1.8.6.orig.tar.gz 281.6 KiB 5032ade083f1f9841ac2e8d4426faa07f189c25c0c338fa155c5dadbe5507de2
r-cran-dorng_1.8.6-1.debian.tar.xz 2.5 KiB 78902feb0d219aff8d750af2a0351fc8087137569adb2497cc10aaaad84b6527

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.