Package: listenv 0.9.1

listenv: Environments Behaving (Almost) as Lists

List environments are environments that have list-like properties. For instance, the elements of a list environment are ordered and can be accessed and iterated over using index subsetting, e.g. 'x <- listenv(a = 1, b = 2); for (i in seq_along(x)) x[[i]] <- x[[i]] ^ 2; y <- as.list(x)'.

Authors:Henrik Bengtsson [aut, cre, cph]

listenv_0.9.1.tar.gz
listenv_0.9.1.zip(r-4.5)listenv_0.9.1.zip(r-4.4)listenv_0.9.1.zip(r-4.3)
listenv_0.9.1.tgz(r-4.5-any)listenv_0.9.1.tgz(r-4.4-any)listenv_0.9.1.tgz(r-4.3-any)
listenv_0.9.1.tar.gz(r-4.5-noble)listenv_0.9.1.tar.gz(r-4.4-noble)
listenv_0.9.1.tgz(r-4.4-emscripten)listenv_0.9.1.tgz(r-4.3-emscripten)
listenv.pdf |listenv.html
listenv/json (API)
NEWS

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

Bug tracker:https://github.com/henrikbengtsson/listenv/issues

Pkgdown site:https://listenv.futureverse.org

On CRAN:

Conda:

10.96 score 32 stars 1.2k packages 81 scripts 198k downloads 8 exports 0 dependencies

Last updated 1 years agofrom:8d86a51639 (on master). Checks:8 OK. Indexed: no.

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

Exports:as.listenvdim_na<-get_variablelistenvmapmappingparse_env_subsetundim

Dependencies:

List Environments

Rendered fromlistenv.md.rspusingR.rsp::rspon Feb 21 2025.

Last update: 2022-12-16
Started: 2015-10-30