r-getopt

Package designed to be used with Rscript to write ``#!’’ shebang scripts that accept short and long flags/options. Many users will prefer using instead the packages optparse or argparse which add extra features like automatically generated help option and usage, support for default values, positional argument support, etc.

Home https://github.com/trevorld/getopt
Versions 1.20.0
License GPL (>= 2)
Recipe https://github.com/bioconda/bioconda-recipes/tree/master/recipes/r-getopt

Installation

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

conda install r-getopt

and update with:

conda update r-getopt