Last data update: 2014.03.03

listenv

Package: listenv
Version: 0.6.0
Depends: R (>= 3.1.2)
Suggests: R.utils, R.rsp
VignetteBuilder: R.rsp
Title: Environments Behaving (Almost) as Lists
Authors@R: c(person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email = "henrikb@braju.com"))
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)'.
License: LGPL (>= 2.1)
LazyLoad: TRUE
URL: https://github.com/HenrikBengtsson/listenv
BugReports: https://github.com/HenrikBengtsson/listenv/issues
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2015-12-27 23:02:54 UTC; hb
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Repository: CRAN
Date/Publication: 2015-12-28 00:07:26

● 0 images, 10 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'listenv' ...
** package 'listenv' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'listenv'
    finding HTML links ... done
    as.list.listenv                         html  
    cash-.listenv                           html  
    cash-set-.listenv                       html  
    get_variable                            html  
    length.listenv                          html  
    listenv                                 html  
    map                                     html  
    names.listenv                           html  
    parse_env_subset                        html  
    undim                                   html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (listenv)
Making 'packages.html' ... done