CRAN

dbfaker 0.1.0

A Tool to Ensure the Validity of Database Writes

Released Oct 14, 2016 by Hari Mohanraj

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

Dependencies

DBI 0.5-1 parsedate 1.1.1 dplyr 0.5.0 RPostgreSQL foreach 1.4.3 tidyr 0.6.0 assertive 0.3-4

A tool to ensure the validity of database writes. It provides a set of utilities to analyze and type check the properties of data frames that are to be written to databases with SQL support.

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>dbfaker</artifactId>
    <version>0.1.0-b9</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:dbfaker')

Test Results

This package was last tested against Renjin 0.8.2500 on Oct 27, 2017.

Source

R

View GitHub Mirror

Release History