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:

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

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

TargetResultLatest binary
Doc / VignettesOKFeb 12 2025
R-4.5-winOKFeb 12 2025
R-4.5-macOKFeb 12 2025
R-4.5-linuxOKFeb 12 2025
R-4.4-winOKFeb 12 2025
R-4.4-macOKFeb 12 2025
R-4.3-winOKFeb 12 2025
R-4.3-macOKFeb 12 2025

Exports:deflist

Dependencies:assertthatcachemclifastmapgluelifecyclemagrittrmemoisepurrrrlangvctrs

Introduction

Rendered fromIntroduction.Rmdusingknitr::rmarkdownon Feb 12 2025.

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