r-futile.logger

Provides a simple yet powerful logging utility. Based loosely on log4j, futile.logger takes advantage of R idioms to make logging a convenient and easy to use replacement for cat and print statements.

Home  
Versions 1.4.1
License LGPL-3
Recipe https://github.com/bioconda/bioconda-recipes/tree/master/recipes/r-futile.logger

Installation

With an activated Bioconda channel (see Setup and usage), install with:

conda install r-futile.logger

and update with:

conda update r-futile.logger