Port details |
- R-cran-R.cache Caching (Memoization) of Objects and Results
- 0.17.0 devel
=0 0.16.0Version of this port present on the latest quarterly branch. - Maintainer: uzsolt@FreeBSD.org
 - Port Added: 2025-02-16 14:06:05
- Last Update: 2025-05-04 05:57:24
- Commit Hash: e19af5f
- License: LGPL21 LGPL3
- WWW:
- https://cran.r-project.org/package=R.cache
- Description:
- R.cache: Fast and Light-Weight Caching (Memoization) of Objects and Results to
Speed Up Computations
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).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-R.cache>0:devel/R-cran-R.cache
- To install the port:
- cd /usr/ports/devel/R-cran-R.cache/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-R.cache
- pkg install R-cran-R.cache
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-R.cache
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1746294270
SHA256 (R.cache_0.17.0.tar.gz) = e265953212edd15be12cdfcc4fa8829cc0dcf3b06ab3e0aa1758108544822d21
SIZE (R.cache_0.17.0.tar.gz) = 35744
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- R : math/R
- Runtime dependencies:
-
- R-cran-digest>=0.6.13 : security/R-cran-digest
- R-cran-R.methodsS3>=1.8.1 : devel/R-cran-R.methodsS3
- R-cran-R.oo>=1.24.0 : devel/R-cran-R.oo
- R-cran-R.utils>=2.10.10 : devel/R-cran-R.utils
- R : math/R
- This port is required by:
- for Run
-
- textproc/R-cran-R.rsp
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-R.cache
- USES:
- cran:auto-plist
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.17.0 04 May 2025 05:57:24
    |
Zsolt Udvari (uzsolt)  |
devel/R-cran-R.cache: Update to 0.17.0
Changelog:
https://cran.r-project.org/web/packages/R.cache/news/news.html |
0.16.0 16 Feb 2025 14:03:47
    |
Zsolt Udvari (uzsolt)  |
devel/R-cran-R.cache: New port
R.cache: Fast and Light-Weight Caching (Memoization) of Objects and Results to
Speed Up Computations
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). |
Number of commits found: 2
|