r-cran-future.apply 1.11.2+dfsg-1 source package in Ubuntu

Changelog

r-cran-future.apply (1.11.2+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
    Closes: #1063431

 -- Andreas Tille <email address hidden>  Thu, 28 Mar 2024 17:35:21 +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 Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future.apply_1.11.2+dfsg-1.dsc 2.2 KiB 2626fc43779653576e5fe9191c6fca3dc9c580986141f1d2e4f764cae0d040fd
r-cran-future.apply_1.11.2+dfsg.orig.tar.xz 45.4 KiB fe4f7144a2a7b7ee265b7a225c62b8454a0231c1458f3ee57b6c758f21796e80
r-cran-future.apply_1.11.2+dfsg-1.debian.tar.xz 2.8 KiB c2fde53f326c82e526c66bc4df35a30dc945e4c158c05cc320987acb53b97d0e

Available diffs

No changes file available.

Binary packages built by this source

r-cran-future.apply: apply function to elements in parallel using futures

 Implementations of apply(), by(), eapply(), lapply(), Map(), mapply(),
 replicate(), sapply(), tapply(), and vapply() that can be resolved using
 any future-supported backend, e.g. parallel on the local machine or
 distributed on a compute cluster. These future_*apply() functions come
 with the same pros and cons as the corresponding base-R *apply()
 functions but with the additional feature of being able to be processed
 via the future framework.