CRAN
glpkAPI 1.3.0
R Interface to C API of GLPK
Released Jan 7, 2015 by Claus Jonathan Fritzemeier
This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and all tests failed.
R Interface to C API of GLPK, needs GLPK Version >= 4.42
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>glpkAPI</artifactId> <version>1.3.0-b260</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:glpkAPI')
Test Results
This package was last tested against Renjin 0.9.2587 on Jan 20, 2018.