[ 源代码: r-cran-listenv ]
软件包:r-cran-listenv(0.8.0+dfsg-1)
r-cran-listenv 的相关链接
Debian 的资源:
下载源码包 r-cran-listenv:
- [r-cran-listenv_0.8.0+dfsg-1.dsc]
- [r-cran-listenv_0.8.0+dfsg.orig.tar.xz]
- [r-cran-listenv_0.8.0+dfsg-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [cran.r-project.org]
相似软件包:
R package: 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)'.
其他与 r-cran-listenv 有关的软件包
|
|
|
|
-
- dep: r-api-4.0
- 本虚包由这些包填实: r-base-core
-
- dep: r-base-core (>= 4.0.0-3)
- GNU R core of statistical computation and graphics system
-
- sug: r-cran-markdown
- GNU R package providing R bindings to the Sundown Markdown rendering library
-
- sug: r-cran-r.utils
- GNU R various programming utilities