CRAN

GetoptLong 0.1.7

Parsing Command-Line Arguments and Variable Interpolation

Released Jun 10, 2018 by Zuguang Gu

This package can be loaded by Renjin but 29 out 48 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

rjson GlobalOptions 0.1.0

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.

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>GetoptLong</artifactId>
    <version>0.1.7-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>

View build log

Renjin CLI

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

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

Test Results

This package was last tested against Renjin 0.9.2725 on May 4, 2019.