CRAN

vartors 0.2.6

Transform Definition of Variables to R Scripts

Released Aug 11, 2014 by Joris Muller

This package can be loaded by Renjin but 7 out 16 tests failed.

Generates R scripts useful to perform repetitive tasks on variables of different classes from a simple database. First it helps to create a tabular file describing the variables. Then the package could process this tabulate file to create a script in a .R or .Rmd format. This script will include code blocks for each variable according to the variable description. It could help to import, adapt to R classes and perform descriptive analysis on each variable according to its type. This R script could be used as it is or it could be modified if necessary to perform additional analysis. The user could write his own R script template to produce a customized script.

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>vartors</artifactId>
    <version>0.2.6-b242</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:vartors')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 24, 2018.

Source

R

View GitHub Mirror

Release History