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.8.0 |
Depends: | R (≥ 3.1.2) |
Suggests: | R.utils, R.rsp, markdown |
Published: | 2019-12-05 |
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://github.com/HenrikBengtsson/listenv |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | listenv results |
Reference manual: | listenv.pdf |
Vignettes: |
List Environments |
Package source: | listenv_0.8.0.tar.gz |
Windows binaries: | r-devel: listenv_0.8.0.zip, r-release: listenv_0.8.0.zip, r-oldrel: listenv_0.8.0.zip |
macOS binaries: | r-release: listenv_0.8.0.tgz, r-oldrel: listenv_0.8.0.tgz |
Old sources: | listenv archive |
Reverse imports: | aroma.affymetrix, aroma.core, future, origami, PSCBS |
Reverse suggests: | furrr, future.apply, future.BatchJobs, future.batchtools, future.callr, ItemResponseTrees, PCRedux |
Please use the canonical form https://CRAN.R-project.org/package=listenv to link to this page.