Package: RcppGSL 0.3.13

Dirk Eddelbuettel

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. 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.

Authors:Dirk Eddelbuettel and Romain Francois

RcppGSL_0.3.13.tar.gz
RcppGSL_0.3.13.tar.gz(r-4.5-noble)RcppGSL_0.3.13.tar.gz(r-4.4-noble)
RcppGSL_0.3.13.tgz(r-4.4-emscripten)RcppGSL_0.3.13.tgz(r-4.3-emscripten)
RcppGSL.pdf |RcppGSL.html
RcppGSL/json (API)
NEWS

# Install 'RcppGSL' in R:
install.packages('RcppGSL', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/eddelbuettel/rcppgsl/issues

Uses libs:
  • gsl– GNU Scientific Library (GSL)
  • c++– GNU Standard C++ Library v3

7.57 score 197 packages 87 scripts 14k downloads 4 exports 1 dependencies

Last updated 2 years agofrom:90e8776a8f. Checks:OK: 2. Indexed: no.

TargetResultDate
Doc / VignettesOKOct 13 2024
R-4.5-linux-x86_64OKOct 13 2024

Exports:CFlagsfastLmfastLmPureLdFlags

Dependencies:Rcpp

RcppGSL

Rendered fromRcppGSL-intro.Rnwusingutils::Sweaveon Oct 13 2024.

Last update: 2019-10-20
Started: 2012-07-22