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

Changelog

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

  * Team Upload.
  * New upstream version 1.29.0

 -- Nilesh Patra <email address hidden>  Tue, 23 Nov 2021 19:23:11 +0530

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.29.0-1.dsc 2.1 KiB 3f9319273053030e7ddf9e56724231409472b4947ce1a704ceb63749472e4acc
r-cran-parallelly_1.29.0.orig.tar.gz 108.7 KiB f3071467c5cd6b4aef33022c3203a053d21773bfc73b4f7ba0598437e2130c81
r-cran-parallelly_1.29.0-1.debian.tar.xz 2.5 KiB 54fc2afc076c2db735bd892a060cdd08b757233907fcc3567d142eff725bb0eb

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.