Sat, 27 Apr 2024 07:17:16 UTC | login

Information for build R-listenv-0.7.0-2.fc29

ID52435
Package NameR-listenv
Version0.7.0
Release2.fc29
Epoch
SummaryEnvironments Behaving (Almost) as Lists
DescriptionList 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)'.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 18 Jul 2018 22:47:59 UTC
CompletedWed, 18 Jul 2018 22:47:59 UTC
Tags
f29
f30
f31
RPMs
src
R-listenv-0.7.0-2.fc29.src.rpm (info) (download)
noarch
R-listenv-0.7.0-2.fc29.noarch.rpm (info) (download)
Changelog * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Apr 26 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.7.0-1 - initial package for Fedora