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>
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.
- Airy-examples
- Bessel-examples
- Clausen-examples
- Coulomb-examples
- Coupling-examples
- Dawson-examples
- Debye-examples
- Dilog-examples
- Ellint-examples
- Elljac-examples
- Error-examples
- Expint-examples
- Fermi-Dirac-examples
- Gamma-examples
- Gegenbauer-examples
- Hyperg-examples
- Laguerre-examples
- Lambert-examples
- Legendre-examples
- Log-examples
- Multimin-examples
- Poly-examples
- Pow_int-examples
- Psi-examples
- Qrng-examples
- Rng-examples
- Synchrotron-examples
- Transport-examples
- Trig-examples
- Zeta-examples