CRAN
argparse 1.1.1
Command Line Optional and Positional Argument Parser
Released Jan 24, 2018 by Trevor L Davis
This package can be loaded by Renjin but all tests failed.
Dependencies
jsonlite 1.5 proto 1.0.0 findpython 1.0.3 getopt 1.20.2
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>1.1.1-b3</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
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.2625 on Apr 9, 2018.