listenv
Environments Behaving (Almost) as Lists
v1.0.0
·
Jun 21, 2026
·
Apache License (>= 2)
Description
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)'.
Downloads
309.8K
Last 30 days
196th
962.4K
Last 90 days
3.4M
Last year
Trend: -2.4% (30d vs prior 30d)
CRAN Check Status
13
OK
Show all 13 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check History
OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 24, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 14, 2026
ERROR
r-devel-linux-x86_64-debian-gcc
tests
Running ‘test-aperm.R’ [1s/1s]
Running ‘test-as.listenv.R’ [1s/1s]
Running ‘test-as.vector.R’ [1s/1s]
Running ‘test-get_variable,dimensions.R’ [0s/1s]
Running ‘test-get_variable.R’ [0s/1s]
Running ‘test-lapply.R’ [0s/1s]
Running ‘test-lis
...[truncated]...
um(unlist(x)))
Error in attributes(newX) <- list(dim = c(prod(d.call), d2)) :
invalid first argument, must be vector (list or atomic)
Calls: <Anonymous> ... testme_run_test -> source -> withVisible -> eval -> eval -> apply
Execution halted
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
Reverse Dependencies (12)
depends
imports
Dependency Network
Version History
12 tracked
new
0.10.0
Mar 10, 2026
new
0.3.0
May 27, 2015