r-docopt¶
Define a command-line interface by just giving it a description in the specific format.
| Home | https://github.com/docopt/docopt.R | 
| Versions | 0.4.3.3 | 
| License | MIT + file LICENSE | 
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/r-docopt | 
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install r-docopt
and update with:
conda update r-docopt