CRAN

genesysr 0.9.1

Genesys PGR Client

Released Jun 14, 2018 by Matija Obreza

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

Dependencies

httr 1.3.1 jsonlite 1.5

Access data on plant genetic resources from genebanks around the world published on Genesys (). Your use of data is subject to terms and conditions available at .

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>genesysr</artifactId>
    <version>0.9.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:genesysr')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.

Source

R

View GitHub Mirror

Release History