You are here: Home / LBN / Up2date / Big Data / BastionLinux 25 / R-listenv-0.7.0-1.lbn25.noarch

R-listenv-0.7.0-1.lbn25.noarch

Package Attributes
RPM  R-listenv-0.7.0-1.lbn25.noarch.rpm Architecture  noarch Size  103736 Created  2023/06/18 03:59:16 UTC
Package Specification
Summary Environments Behaving (Almost) as Lists
Group Unspecified
License LGPLv2+
Home Page https://cran.r-project.org/web/packages/listenv/index.html
Description

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).

Requires
R-core  
rpmlib(FileDigests)  
rpmlib(PayloadIsXz)  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(CompressedFileNames)  
Provides
R-listenv

Document Actions