CRAN

datalist 0.2

An R package to convert data sets for import into JAGS, WinBUGS and OpenBUGS and to generate data.frames for predicting the effects of particular variables.

Released Jan 3, 2014 by Joe Thorley

This package can be loaded by Renjin but 1 out 6 tests failed.

Dependencies

assertthat 0.2.0

datalist is an R package to 1) convert data sets into numeric data lists for import into JAGS, WinBUGS and OpenBUGS and 2) generate data.frames that can be passed to models for the purposes of predicting the effects of particular variables with the other variables held constant.

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>datalist</artifactId>
    <version>0.2-b38</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:datalist')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.

Source

R

View GitHub Mirror

Release History