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

Changelog

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

  * Team upload.
  * New upstream version
  * dh-update-R to update Build-Depends (routine-update)

 -- Charles Plessy <email address hidden>  Fri, 01 Mar 2024 08:58:04 +0900

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
r-cran-parallelly_1.37.1-1.dsc 2.1 KiB de15375d0ad9e58aa9ca4a4aa7c431ebffaeed7ddf502885181e496a8f03d4e1
r-cran-parallelly_1.37.1.orig.tar.gz 142.6 KiB df7e4eb18df8a30c87cc651bdc2e6ded20736c3484984facabb89a98e07a36a1
r-cran-parallelly_1.37.1-1.debian.tar.xz 2.7 KiB 76608258b753f985d57cf0696e080f7cfcd38477420f71a92366b57c7b991d89

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.

r-cran-parallelly-dbgsym: debug symbols for r-cran-parallelly