Package: deflist 0.2.0

deflist: Deferred List - A Read-Only List-Like Object with Deferred Access

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.

Authors:Bradley Buchsbaum [aut, cre]

deflist_0.2.0.tar.gz
deflist_0.2.0.zip(r-4.5)deflist_0.2.0.zip(r-4.4)deflist_0.2.0.zip(r-4.3)
deflist_0.2.0.tgz(r-4.5-any)deflist_0.2.0.tgz(r-4.4-any)deflist_0.2.0.tgz(r-4.3-any)
deflist_0.2.0.tar.gz(r-4.5-noble)deflist_0.2.0.tar.gz(r-4.4-noble)
deflist_0.2.0.tgz(r-4.4-emscripten)deflist_0.2.0.tgz(r-4.3-emscripten)
deflist.pdf |deflist.html
deflist/json (API)
NEWS

# Install 'deflist' in R:
install.packages('deflist', repos = c('https://bbuchsbaum.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/bbuchsbaum/deflist/issues

Pkgdown site:https://bbuchsbaum.github.io

On CRAN:

Conda:

3.70 score 1 stars 6 scripts 202 downloads 1 exports 11 dependencies

Last updated 2 years agofrom:a37caecde3. Checks:9 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKMar 14 2025
R-4.5-winOKMar 14 2025
R-4.5-macOKMar 14 2025
R-4.5-linuxOKMar 14 2025
R-4.4-winOKMar 14 2025
R-4.4-macOKMar 14 2025
R-4.4-linuxOKMar 14 2025
R-4.3-winOKMar 14 2025
R-4.3-macOKMar 14 2025

Exports:deflist

Dependencies:assertthatcachemclifastmapgluelifecyclemagrittrmemoisepurrrrlangvctrs

Introduction

Rendered fromIntroduction.Rmdusingknitr::rmarkdownon Mar 14 2025.

Last update: 2023-04-24
Started: 2023-04-22