r-cran-future.apply 1.7.0-1 source package in Ubuntu

Changelog

r-cran-future.apply (1.7.0-1) unstable; urgency=medium

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

 -- Andreas Tille <email address hidden>  Fri, 15 Jan 2021 20:06:20 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future.apply_1.7.0-1.dsc 2.1 KiB 52d25adfb31230a1a45645a2f48d40eb665dc61bff0f28a7e8a0d2576735d1af
r-cran-future.apply_1.7.0.orig.tar.gz 57.7 KiB 2ffa6adb55f239918ce9679b7eac8dcc4bf2e6bed35c9cbedf4bf90d906345db
r-cran-future.apply_1.7.0-1.debian.tar.xz 6.5 KiB baf71c43413431bef147527d221107420cb203ec5623b603e39f5f208fdc9943

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.