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

Changelog

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

  * New upstream version

 -- Andreas Tille <email address hidden>  Mon, 26 Jun 2023 11:51:01 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-parallelly_1.36.0-1.dsc 2.1 KiB ce68541b9e59988e2f667de759c8ed61abae7419cf27e74f575b6eb77a5fe048
r-cran-parallelly_1.36.0.orig.tar.gz 138.0 KiB b9c0a29155944aae8fdb4cab00c521c7ed16af250450dd2a3dd69d5661427c88
r-cran-parallelly_1.36.0-1.debian.tar.xz 2.7 KiB b92171da05cc8ec14bcfd175151cda288f0027a89d8d87a66bbb8d3d083bb23d

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.