https://bugzilla.redhat.com/show_bug.cgi?id=1572105
Bug ID: 1572105
Summary: Review Request: R-listenv - Environments Behaving
(Almost) as Lists
Product: Fedora
Version: rawhide
Component: Package Review
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Spec URL: https://qulogic.fedorapeople.org//R-listenv.spec
SRPM URL: https://qulogic.fedorapeople.org//R-listenv-0.7.0-1.fc27.src.rpm
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)'.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]