CRAN

git2rdata 0.1

Store and Retrieve Data.frames in a Git Repository

Released Jun 17, 2019 by Thierry Onkelinx

This package can be loaded by Renjin but 11 out 12 tests failed.

Dependencies

yaml 2.2.0 assertthat 0.2.1 git2r 0.26.1

Make versioning of data.frame easy and efficient using git repositories.

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>git2rdata</artifactId>
    <version>0.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:git2rdata')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.

Source

R

View GitHub Mirror

Release History