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 | 
| DOI: | 10.32614/CRAN.package.listenv | 
| 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 | 
| Reference manual: | listenv.html , listenv.pdf | 
| Vignettes: | List Environments (source) | 
| 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, r-oldrel (x86_64): listenv_0.9.1.tgz | 
| Old sources: | listenv archive | 
| Reverse imports: | aroma.affymetrix, aroma.core, future, GenAI, greed, origami, signeR | 
| Reverse suggests: | furrr, future.apply, future.batchtools, future.callr, future.mirai, PCRedux | 
Please use the canonical form https://CRAN.R-project.org/package=listenv to link to this page.