[ 原始碼: r-cran-listenv ]
套件:r-cran-listenv(0.9.0+dfsg-1)
r-cran-listenv 的相關連結
Debian 的資源:
下載原始碼套件 r-cran-listenv:
- [r-cran-listenv_0.9.0+dfsg-1.dsc]
- [r-cran-listenv_0.9.0+dfsg.orig.tar.xz]
- [r-cran-listenv_0.9.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.2.2.20221110-1)
- 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.rsp
- Dynamic Generation of Scientific Reports
-
- sug: r-cran-r.utils
- GNU R various programming utilities