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

Changelog

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

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)
  * dh-update-R to update Build-Depends (routine-update)
  * Remove autogenerated HTML docs since it is including compressed JS

 -- Andreas Tille <email address hidden>  Wed, 14 Sep 2022 12:04:04 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future.apply_1.9.1+dfsg-1.dsc 2.2 KiB a1dcfc63b4451ee62d3dc04cd31500699ac6694430ac84d873801bfc9909cdd7
r-cran-future.apply_1.9.1+dfsg.orig.tar.xz 43.3 KiB 4f8534cb00bcd9946c3320b143416a58460bf7b62fbe6eeaeafaf8cb85855a78
r-cran-future.apply_1.9.1+dfsg-1.debian.tar.xz 2.7 KiB 105b0b5629cbb52087e518aeaf61b75bb3a57b7c339fe6e6b0840d0cb1f31757

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.