Implements the 'deflist' class, a read-only list-like object that accesses its elements via a function. The 'deflist' class can be used to model deferred access to data or computations by routing indexed list access to a function. This approach is particularly useful when sequential list-like access to data is required but holding all the data in memory at once is not feasible. The package also provides utilities for memoisation and caching to optimize access to frequently requested elements.
Version: | 0.2.0 |
Imports: | purrr, memoise, rlang, assertthat |
Suggests: | testthat (≥ 3.0.0), covr, knitr, rmarkdown |
Published: | 2023-04-27 |
DOI: | 10.32614/CRAN.package.deflist |
Author: | Bradley Buchsbaum [aut, cre] |
Maintainer: | Bradley Buchsbaum <brad.buchsbaum at gmail.com> |
License: | LGPL-2.1 | LGPL-3 [expanded from: LGPL (≥ 2.1)] |
URL: | https://bbuchsbaum.github.io/deflist/ |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | deflist results |
Reference manual: | deflist.pdf |
Vignettes: |
Introduction to deflist |
Package source: | deflist_0.2.0.tar.gz |
Windows binaries: | r-devel: deflist_0.2.0.zip, r-release: deflist_0.2.0.zip, r-oldrel: deflist_0.2.0.zip |
macOS binaries: | r-release (arm64): deflist_0.2.0.tgz, r-oldrel (arm64): deflist_0.2.0.tgz, r-release (x86_64): deflist_0.2.0.tgz, r-oldrel (x86_64): deflist_0.2.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=deflist to link to this page.