CRAN/E | listenv

listenv

Environments Behaving (Almost) as Lists

Installation

About

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

listenv.futureverse.org
github.com/HenrikBengtsson/listenv
Bug report File report

Key Metrics

Version 0.9.1
R ≥ 3.1.2
Published 2024-01-29 86 days ago
Needs compilation? no
License LGPL-2.1
License LGPL-3
CRAN checks listenv results

Downloads

Yesterday 8.232 0%
Last 7 days 40.009 -26%
Last 30 days 187.706 -5%
Last 90 days 633.005 -3%
Last 365 days 2.294.848 +18%

Maintainer

Maintainer

Henrik Bengtsson

henrikb@braju.com

Authors

Henrik Bengtsson

aut / cre / cph

Material

NEWS
Reference manual
Package source

Vignettes

List Environments

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

listenv archive

Depends

R ≥ 3.1.2

Suggests

R.utils
R.rsp
markdown

Reverse Imports

aroma.affymetrix
aroma.core
future
greed
origami
PSCBS
signeR

Reverse Suggests

furrr
future.apply
future.batchtools
future.callr