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

Changelog

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

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

 -- Andreas Tille <email address hidden>  Wed, 15 Sep 2021 17:01:16 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-parallelly_1.28.1-1.dsc 2.1 KiB 3ff728fd81fa9e3b2a8acd396d61cad038684bfddbd0339c511c20b361d0dbd2
r-cran-parallelly_1.28.1.orig.tar.gz 108.4 KiB f4ae883b18409adb83c561ed69427e740e1b50bf85ef57f48c3f2edf837cc663
r-cran-parallelly_1.28.1-1.debian.tar.xz 2.5 KiB dd0b744208e06066db579bc6d4ef42739d90a7c594b3127a62353138c4c5c260

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.