CRAN

quotedargs 0.1.3

A Way of Writing Functions that Quote their Arguments

Released Apr 22, 2019 by Radford Neal

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

A facility for writing functions that quote their arguments, may sometimes evaluate them in the environment where they were quoted, and may pass them as quoted to other functions.

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>quotedargs</artifactId>
    <version>0.1.3-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:quotedargs')

Test Results

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

Source

R
C

View GitHub Mirror

Release History