CRAN

MonetDBLite 0.6.0

In-Process Version of 'MonetDB'

Released Jul 27, 2018 by Hannes Mühleisen

This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and all tests failed.

Dependencies

digest 0.6.16 codetools 0.2-15 DBI 1.0.0

An in-process version of 'MonetDB', a SQL database designed for analytical tasks. Similar to 'SQLite', the database runs entirely inside the 'R' shell.

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>MonetDBLite</artifactId>
    <version>0.6.0-b2</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:MonetDBLite')

Test Results

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