RcppGSL: 'Rcpp' Integration for 'GNU GSL' Vectors and Matrices

'Rcpp' integration for 'GNU GSL' vectors and matrices The 'GNU Scientific Library' (or 'GSL') is a collection of numerical routines for scientific computing. It is particularly useful for C and C++ programs as it provides a standard C interface to a wide range of mathematical routines such as special functions, permutations, combinations, fast fourier transforms, eigensystems, random numbers, quadrature, random distributions, quasi-random sequences, Monte Carlo integration, N-tuples, differential equations, simulated annealing, numerical differentiation, interpolation, series acceleration, Chebyshev approximations, root-finding, discrete Hankel transforms physical constants, basis splines and wavelets. There are over 1000 functions in total with an extensive test suite. The 'RcppGSL' package provides an easy-to-use interface between 'GSL' data structures and R using concepts from 'Rcpp' which is itself a package that eases the interfaces between R and C++. This package also serves as a prime example of how to build a package that uses 'Rcpp' to connect to another third-party library. The 'autoconf' script, 'inline' plugin and example package can all be used as a stanza to write a similar package against another library.

Version: 0.3.0
Imports: Rcpp (≥ 0.11.0), stats
LinkingTo: Rcpp
Suggests: RUnit, inline, highlight
Published: 2015-08-30
Author: Dirk Eddelbuettel and Romain Francois
Maintainer: Dirk Eddelbuettel <edd at debian.org>
BugReports: NA
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: NA
NeedsCompilation: yes
SystemRequirements: GNU GSL
Materials: README NEWS ChangeLog
CRAN checks: RcppGSL results

Downloads:

Reference manual: RcppGSL.pdf
Vignettes: RcppGSL
RcppGSL-unitTests
Package source: RcppGSL_0.3.0.tar.gz
Windows binaries: r-devel: RcppGSL_0.3.0.zip, r-release: RcppGSL_0.3.0.zip, r-oldrel: RcppGSL_0.3.0.zip
OS X Mavericks binaries: r-release: RcppGSL_0.3.0.tgz, r-oldrel: RcppGSL_0.3.0.tgz
Old sources: RcppGSL archive

Reverse dependencies:

Reverse linking to: mvabund, RcppZiggurat