listenv: Environments Behaving (Almost) as Lists (original) (raw)
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.10.0 |
|---|---|
| Depends: | R (≥ 3.1.2) |
| Suggests: | R.utils, R.rsp, markdown |
| Published: | 2025-11-02 |
| DOI: | 10.32614/CRAN.package.listenv |
| Author: | Henrik Bengtsson [aut, cre, cph] |
| Maintainer: | Henrik Bengtsson |
| BugReports: | https://github.com/futureverse/listenv/issues |
| License: | LGPL-2.1 | LGPL-3 [expanded from: LGPL (≥ 2.1)] |
| URL: | https://listenv.futureverse.org,https://github.com/futureverse/listenv |
| NeedsCompilation: | no |
| Materials: | NEWS |
| CRAN checks: | listenv results |
Documentation:
Downloads:
Reverse dependencies:
| Reverse imports: | aroma.affymetrix, aroma.core, future, GenAI, greed, origami, signeR |
|---|---|
| Reverse suggests: | furrr, future.apply, future.batchtools, future.callr, future.mirai, PCRedux |
Linking:
Please use the canonical formhttps://CRAN.R-project.org/package=listenvto link to this page.