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

Changelog

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

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)

 -- Andreas Tille <email address hidden>  Wed, 14 Jun 2023 21:48:47 +0200

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future.apply_1.11.0+dfsg-1.dsc 2.2 KiB b8b878c5026952abbd8cecda92cb39620d01ef8be49145ac8522e41051ae4f88
r-cran-future.apply_1.11.0+dfsg.orig.tar.xz 44.7 KiB 9d8dc1265314d4627d60fcc664209fa96d6e6ba3486d8a56ec64a7a4ee738cde
r-cran-future.apply_1.11.0+dfsg-1.debian.tar.xz 2.8 KiB 4e46ac5b8bacbf7303fdcb195c0f6391b7de0d9377a25976da33da85aa7487b0

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.