.. _`r-getoptlong`: r-getoptlong ============ This is yet another command-line argument parser which wraps the powerful Perl module Getopt::Long and with some adaptation for easier use in R. It also provides a simple way for variable interpolation in R. ======== =========== Home https://github.com/jokergoo/GetoptLong Versions 0.1.0 License GPL (>= 2) Recipe https://github.com/bioconda/bioconda-recipes/tree/master/recipes/r-getoptlong ======== =========== Installation ------------ .. highlight: bash With an activated Bioconda channel (see :ref:`setup`), install with:: conda install r-getoptlong and update with:: conda update r-getoptlong