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

Changelog

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

  * Team upload.
  * New upstream version
  * dh-update-R to update Build-Depends (routine-update)

 -- Andreas Tille <email address hidden>  Fri, 11 Nov 2022 08:22: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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future.apply_1.10.0+dfsg-1.dsc 2.2 KiB 82c7cb94ac30fc3f5a3e1046713e982e9f00a3b920b41e23d7a4a86a8dafc672
r-cran-future.apply_1.10.0+dfsg.orig.tar.xz 43.8 KiB 7333459d56dbdbfb4bb74d1000fda0615540a06e8c016e878c0bfcbcecfa054d
r-cran-future.apply_1.10.0+dfsg-1.debian.tar.xz 2.7 KiB 6860992cefaa8675215fe6d29c18e1f9d2f7e67dd237cc49097e6a0b66c5e3a1

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.