CRAN

jug 0.1.7

A Simple Web Framework for R

Released Apr 13, 2017 by Bart Smeets

This package is available for Renjin and there are no known compatibility issues.

Dependencies

httpuv 1.3.5 magrittr 1.5 R6 2.2.2 mime 0.5 jsonlite 1.5 infuser 0.2.8 base64enc 0.1-3 webutils 0.6

jug is a web framework aimed at easily building APIs. It is mostly aimed at exposing R functions, models and visualizations to third-parties by way of http requests.

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>jug</artifactId>
    <version>0.1.7-b7</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:jug')

Test Results

This package was last tested against Renjin 0.8.2543 on Dec 17, 2017.

Source

R

View GitHub Mirror

Release History