CRAN

gsl 2.1-6

Wrapper for the Gnu Scientific Library

Released Mar 25, 2019 by Robin K. S. Hankin

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

An R wrapper for some of the functionality of the Gnu Scientific Library.

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>gsl</artifactId>
    <version>2.1-6-b1</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:gsl')

Test Results

This package was last tested against Renjin 0.9.2725 on Mar 26, 2019.