Crandore Hub

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

Versions across snapshots

VersionRepositoryFileSize
0.10.1 rolling linux/jammy R-4.5 listenv_0.10.1.tar.gz 121.6 KiB
0.10.1 rolling linux/noble R-4.5 listenv_0.10.1.tar.gz 121.5 KiB
0.10.1 rolling source/ R- listenv_0.10.1.tar.gz 47.1 KiB
0.10.1 latest linux/jammy R-4.5 listenv_0.10.1.tar.gz 121.6 KiB
0.10.1 latest linux/noble R-4.5 listenv_0.10.1.tar.gz 121.5 KiB
0.10.1 latest source/ R- listenv_0.10.1.tar.gz 47.1 KiB
0.10.1 2026-04-26 source/ R- listenv_0.10.1.tar.gz 47.1 KiB
0.10.1 2026-04-23 source/ R- listenv_0.10.1.tar.gz 47.1 KiB
0.10.1 2026-04-09 windows/windows R-4.5 listenv_0.10.1.zip 133.3 KiB
0.9.1 2025-04-20 source/ R- listenv_0.9.1.tar.gz 35.7 KiB

Dependencies (latest)

Suggests