Package: RcppGSL 0.3.13.1

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.1.tar.gz
RcppGSL_0.3.13.1.zip(r-4.5)RcppGSL_0.3.13.1.zip(r-4.4)RcppGSL_0.3.13.1.zip(r-4.3)
RcppGSL_0.3.13.1.tgz(r-4.4-arm64)RcppGSL_0.3.13.1.tgz(r-4.4-x86_64)RcppGSL_0.3.13.1.tgz(r-4.3-arm64)RcppGSL_0.3.13.1.tgz(r-4.3-x86_64)
RcppGSL_0.3.13.1.tar.gz(r-4.5-noble)RcppGSL_0.3.13.1.tar.gz(r-4.4-noble)
RcppGSL_0.3.13.1.tgz(r-4.4-emscripten)RcppGSL_0.3.13.1.tgz(r-4.3-emscripten)
RcppGSL.pdf |RcppGSL.html
RcppGSL/json (API)
NEWS

# Install 'RcppGSL' in R:
install.packages('RcppGSL', repos = c('https://eddelbuettel.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

On CRAN:

c-plus-plusgnu-gslhacktoberfestrcpp

4 exports 31 stars 7.74 score 1 dependencies 181 dependents 16.3k downloads

Last updated 10 days agofrom:a9cded0076

Exports:CFlagsfastLmfastLmPureLdFlags

Dependencies:Rcpp

RcppGSL

Rendered fromRcppGSL-intro.Rnwusingutils::Sweaveon Jul 17 2024.

Last update: 2019-10-17
Started: 2012-07-21