[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#828194: ITP: r-cran-listenv -- R package: Environments Behaving (Almost) as Lists



Package: wnpp
Severity: wishlist
Owner: Debian Med team <debian-med@lists.debian.org>

* Package name    : r-cran-listenv
  Version         : 0.6.0
  Upstream Author : Henrik Bengtsson <henrikb@braju.com>
* URL             : https://github.com/HenrikBengtsson/listenv
* License         : LGPL 2.1+
  Programming Lang: R
  Description     : R package: 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)'.

A dependency of r-cran-pscbs, will be team maintained by Debian Med.


Reply to: