r-cran-future.apply 1.9.0-1 source package in Ubuntu
Changelog
r-cran-future.apply (1.9.0-1) unstable; urgency=medium * Team upload * Disable reprotest * Reorder sequence of d/control fields by cme (routine-update) * DEP3 -- Andreas Tille <email address hidden> Fri, 29 Apr 2022 11:48:10 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-future.apply_1.9.0-1.dsc | 2.1 KiB | e9a879f4c8782aa71763fd9dcd088abca53d350a793b2a4e931cb8950c136d7f |
r-cran-future.apply_1.9.0.orig.tar.gz | 62.7 KiB | 6166c1c5ce30b9745059c3d30c8110f7c1d51871e58aa414f195cb1f91c467f5 |
r-cran-future.apply_1.9.0-1.debian.tar.xz | 6.8 KiB | 30ef3019a9b8fbc6405d66947eab69063ee0608d963026d4a6820acb7efdfab4 |
Available diffs
- diff from 1.8.1-1 to 1.9.0-1 (14.1 KiB)
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.