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

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:34:27 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-parallelly_1.37.1.orig.tar.gz 142.6 KiB df7e4eb18df8a30c87cc651bdc2e6ded20736c3484984facabb89a98e07a36a1
r-cran-parallelly_1.37.1-1build1.debian.tar.xz 2.9 KiB d65ac5179d04d4e8688005cab4a549ea10665be79d6c31d85e563bc2c004d16c
r-cran-parallelly_1.37.1-1build1.dsc 2.1 KiB 87ff03ad255cfe1feee96e2ef1dfc29de2a13d697bfb488b7656dba110cee48a

View changes file

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