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

Changelog

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

  * Team upload.
  * New upstream version

 -- Andreas Tille <email address hidden>  Mon, 08 Jan 2024 17:45:54 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future.apply_1.11.1+dfsg-1.dsc 2.2 KiB fe74b44cfd56e3cdc41a14af1f636f75f9b18b9851b9154c05b30a6003fed59e
r-cran-future.apply_1.11.1+dfsg.orig.tar.xz 45.3 KiB 437e00066330985a3e39eb03d1f486ea1a181e52a3d3705709ff7fdec6a44e48
r-cran-future.apply_1.11.1+dfsg-1.debian.tar.xz 2.8 KiB c9e75663454fb8759aeedfc8f55f962a979d304608184f2d42cd37f34ffeeab5

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.