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)'.

Version: 0.9.1
Depends: R (≥ 3.1.2)
Suggests: R.utils, R.rsp, markdown
Published: 2024-01-29
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb at braju.com>
BugReports: https://github.com/HenrikBengtsson/listenv/issues
License: LGPL-2.1 | LGPL-3 [expanded from: LGPL (≥ 2.1)]
URL: https://listenv.futureverse.org, https://github.com/HenrikBengtsson/listenv
NeedsCompilation: no
Materials: NEWS
CRAN checks: listenv results

Documentation:

Reference manual: listenv.pdf
Vignettes: List Environments

Downloads:

Package source: listenv_0.9.1.tar.gz
Windows binaries: r-devel: listenv_0.9.1.zip, r-release: listenv_0.9.1.zip, r-oldrel: listenv_0.9.1.zip
macOS binaries: r-release (arm64): listenv_0.9.1.tgz, r-oldrel (arm64): listenv_0.9.1.tgz, r-release (x86_64): listenv_0.9.1.tgz
Old sources: listenv archive

Reverse dependencies:

Reverse imports: aroma.affymetrix, aroma.core, future, GenAI, greed, origami, PSCBS, signeR
Reverse suggests: furrr, future.apply, future.batchtools, future.callr

Linking:

Please use the canonical form https://CRAN.R-project.org/package=listenv to link to this page.