r-globals¶
Identifies global (“unknown”) objects in R expressions by code inspection using various strategies, e.g. conservative or liberal. The objective of this package is to make it as simple as possible to identify global objects for the purpose of exporting them in distributed compute environments.
Home | https://github.com/HenrikBengtsson/globals |
Versions | 0.6.0 |
License | LGPL (>= 2.1) |
Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/r-globals |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install r-globals
and update with:
conda update r-globals