CRAN

argparse 2.0.1

Command Line Optional and Positional Argument Parser

Released Mar 8, 2019 by Trevor L Davis

This package can be loaded by Renjin but all tests failed.

Dependencies

findpython 1.0.5 R6 2.4.0 jsonlite 1.6

A command line parser to be used with Rscript to write "#!" shebang scripts that gracefully accept positional and optional arguments and automatically generate usage.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>argparse</artifactId>
    <version>2.0.1-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:argparse')

Test Results

This package was last tested against Renjin 0.9.2724 on Mar 10, 2019.