R-listenv
Port variant std
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 09 AUG 2024, 21:24:17 UTC
Port created 20 APR 2020, 20:29:45 UTC
Subpackage Descriptions
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)'.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) gmake:primary:std
R:primary:std
icu:dev:std
Runtime (only) R:primary:std
R:nls:std
Download groups
main mirror://CRAN/src/contrib
https://loki.dragonflybsd.org/cranfiles/
Distribution File Information
422aaf487b91c6512b83c05536f8dac255db79b16ee85254acc59a3fda8c1c3b 36600 CRAN/listenv_0.9.1.tar.gz
Ports that require R-listenv:std
R-future:std Unified parallel and distributed processing