You are here: Home / LBN / Up2date / Big Data / BastionLinux 36 / R-listenv-0.8.0-8.fc36.noarch

R-listenv-0.8.0-8.fc36.noarch

Package Attributes
RPM  R-listenv-0.8.0-8.fc36.noarch.rpm Architecture  noarch Size  157109 Created  2022/09/27 10:27:12 UTC
Package Specification
Summary Environments Behaving (Almost) as Lists
Group Unspecified
License LGPLv2+
Home Page https://CRAN.R-project.org/package=listenv
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(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(CompressedFileNames)  
Provides
R(listenv)
R-listenv

Document Actions