CRAN
rscproxy 2.0-5
statconn: provides portable C-style interface to R (StatConnector)
Released May 2, 2012 by Thomas Baier
This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and no tests could be found for the package.
rscproxy library provides an interface to R used by third party applications, most notable, but not limited to, statconnDCOM, ROOo and other systems.
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>rscproxy</artifactId> <version>2.0-5-b245</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:rscproxy')