r-listenv¶
List environments are environments that can be indexed similarly to lists, e.g. ‘x <- listenv(); x[[2]] <- “b”; names(x)[2] <- “B”; print(x$B)’.
Home | https://github.com/HenrikBengtsson/listenv |
Versions | 0.5.0 |
License | LGPL (>= 2.1) |
Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/r-listenv |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install r-listenv
and update with:
conda update r-listenv