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

Changelog

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

  * New upstream version

 -- Andreas Tille <email address hidden>  Tue, 26 Jul 2022 07:05:06 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-parallelly_1.32.1-1.dsc 2.1 KiB 473c56f46631fb4f24b2d3e3f788f16f3bafad2beda27df2e2dde89b3ad756df
r-cran-parallelly_1.32.1.orig.tar.gz 121.9 KiB 31c685f59ac7ff702fe2720910780378113adf0df0baf048a62eef94524cca90
r-cran-parallelly_1.32.1-1.debian.tar.xz 2.6 KiB 6aa4da83ca56b265aa21972dee2c3189c4a43dd962bff3d90eb8d98aaf0d6cdb

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.