r-cran-r.cache 0.15.0-1 source package in Ubuntu

Changelog

r-cran-r.cache (0.15.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Testsuite: autopkgtest-pkg-r (routine-update)
  * Set upstream metadata fields: Contact.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on r-cran-digest,
      r-cran-r.methodss3, r-cran-r.oo and r-cran-r.utils.

 -- Andreas Tille <email address hidden>  Sun, 29 Aug 2021 18:17:26 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-r.cache_0.15.0-1.dsc 2.1 KiB ed3b920fc26d45652b276f31fac40f8dbbdcffb544e73925f083996f37520d9a
r-cran-r.cache_0.15.0.orig.tar.gz 33.9 KiB adb4d3b08f7917e10fe6188c7b90a3318701a974c58eaa09943b929382bdf126
r-cran-r.cache_0.15.0-1.debian.tar.xz 2.6 KiB 8ab94b45082c0e766b818b3fce6f3f41ee04ed65a89cecebd6d441ea6f11146d

No changes file available.

Binary packages built by this source

r-cran-r.cache: R package: Fast and Light-Weight Caching of Objects and Results

 Memoization can be used to speed up repetitive and computational expensive
 function calls. The first time a function that implements memoization is
 called the results are stored in a cache memory. The next time the function is
 called with the same set of parameters, the results are momentarily retrieved
 from the cache avoiding repeating the calculations. With this package, any R
 object can be cached in a key-value storage where the key can be an arbitrary
 set of R objects. The cache memory is persistent (on the file system).