| Port variant | std |
| Summary | Environments Behaving (Almost) as Lists |
| Package version | 0.10.0 |
| Homepage | https://listenv.futureverse.org |
| Keywords | cran |
| Maintainer | CRAN Automaton |
| License | Not yet specified |
| Other variants | There are no other variants. |
| Ravenports | Buildsheet | History |
| Ravensource | Port Directory | History |
| Last modified | 05 NOV 2025, 21:49:58 UTC |
| Port created | 20 APR 2020, 20:29:45 UTC |
| single | 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)'. |
| Build (only) |
gmake:primary:std R:primary:std icu:dev:std R:docs:std |
| Runtime (only) |
R:primary:std R:nls:std |
| main | mirror://CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ |
| R-future:std | Unified parallel and distributed processing |