Fedora Packages

R-listenv

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

Releases Overview

Release Stable Testing
Fedora Rawhide 0.8.0-16.fc41 -
Fedora 40 0.8.0-15.fc40 -
Fedora 39 0.8.0-13.fc39 -
Fedora 38 0.8.0-12.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at R-listenv dash maintainers at fedoraproject dot org.



Sources on Pagure