Package: listenv 0.9.1
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)'.
Authors:
listenv_0.9.1.tar.gz
listenv_0.9.1.zip(r-4.5)listenv_0.9.1.zip(r-4.4)listenv_0.9.1.zip(r-4.3)
listenv_0.9.1.tgz(r-4.4-any)listenv_0.9.1.tgz(r-4.3-any)
listenv_0.9.1.tar.gz(r-4.5-noble)listenv_0.9.1.tar.gz(r-4.4-noble)
listenv_0.9.1.tgz(r-4.4-emscripten)listenv_0.9.1.tgz(r-4.3-emscripten)
listenv.pdf |listenv.html✨
listenv/json (API)
NEWS
# Install 'listenv' in R: |
install.packages('listenv', repos = c('https://henrikbengtsson.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/henrikbengtsson/listenv/issues
Last updated 10 months agofrom:8d86a51639 (on master). Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 24 2024 |
R-4.5-win | OK | Oct 24 2024 |
R-4.5-linux | OK | Oct 24 2024 |
R-4.4-win | OK | Oct 24 2024 |
R-4.4-mac | OK | Oct 24 2024 |
R-4.3-win | OK | Oct 24 2024 |
R-4.3-mac | OK | Oct 24 2024 |
Exports:as.listenvdim_na<-get_variablelistenvmapmappingparse_env_subsetundim
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Transpose a 'listenv' array by permuting its dimensions | aperm.listenv t.listenv |
Set the dimension of an object | dim_na dim_na<- |
Create a list environment | as.listenv listenv |