CRAN
odbc 1.1.6
Connect to ODBC Compatible Databases (using the DBI Interface)
Released Jun 9, 2018 by Jim Hester
This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources.
Dependencies
hms 0.4.2 blob 1.1.1 Rcpp BH 1.66.0-1 DBI 1.0.0 bit64 0.9-7
A DBI-compatible interface to ODBC databases.
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>odbc</artifactId> <version>1.1.6-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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:odbc')
Test Results
This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.