r-cran-parallelly 1.34.0-1 source package in Ubuntu
Changelog
r-cran-parallelly (1.34.0-1) unstable; urgency=medium * New upstream version -- Andreas Tille <email address hidden> Wed, 18 Jan 2023 11:38:20 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-parallelly_1.34.0-1.dsc | 2.1 KiB | 531d57c8a0805ae987c8407158b1c03843f8410b5d877cdf6d9a21e4a03d8850 |
r-cran-parallelly_1.34.0.orig.tar.gz | 133.2 KiB | 11639d7039e4a2450dabac1f82cb7ead0bbc68bdb0e113054b7104840098aff4 |
r-cran-parallelly_1.34.0-1.debian.tar.xz | 2.7 KiB | 3fd1ce14e4d9f9f0ee5c0b2faef9405d056ff658dab06f437e0c187c8117df4e |
Available diffs
- diff from 1.33.0-1 to 1.34.0-1 (8.0 KiB)
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::makePSOCKclust er() 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.