Port variant | standard |
Summary | Environments Behaving (Almost) as Lists |
BROKEN | |
Package version | 0.9.1 |
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 | 03 FEB 2024, 15:41:37 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:standard R:primary:standard icu:dev:standard |
Runtime (only) |
R:primary:standard R:nls:standard |
main | mirror://CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ |
R-future:standard | Unified parallel and distributed processing |