r-cran-parallelly 1.23.0-1 source package in Ubuntu

Changelog

r-cran-parallelly (1.23.0-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.5.1 (routine-update)

 -- Andreas Tille <email address hidden>  Sat, 16 Jan 2021 08:48:35 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-parallelly_1.23.0-1.dsc 2.1 KiB 775424cfd10ca45a7ac9e7539f6ffd32c1393c324ae321f573cff123934b9fcf
r-cran-parallelly_1.23.0.orig.tar.gz 88.9 KiB 376ce2381587380a4da60f9563710d63084a605f93aa364e9349f2523e83bc08
r-cran-parallelly_1.23.0-1.debian.tar.xz 2.4 KiB 4dd173077d308f80906899503f939400848b2e56b819db0905ab915104b2d091

Available diffs

No changes file available.

Binary packages built by this source

r-cran-parallelly: GNU R enhancing the 'parallel' package

 Utility functions that enhance the 'parallel' package and support the
 built-in parallel backends of the 'future' package. For example,
 availableCores() gives the number of CPU cores available to your R
 process as given by R options and environment variables, including those
 set by job schedulers on high-performance compute clusters. If none is
 set, it will fall back to parallel::detectCores(). Another example is
 makeClusterPSOCK(), which is backward compatible with
 parallel::makePSOCKcluster() while doing a better job in setting up
 remote cluster workers without the need for configuring the firewall to
 do port-forwarding to your local computer.