# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RcppGSL" in publications use:' type: software license: GPL-2.0-or-later title: 'RcppGSL: ''Rcpp'' Integration for ''GNU GSL'' Vectors and Matrices' version: 0.3.13.1 doi: 10.32614/CRAN.package.RcppGSL abstract: '''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: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org - family-names: Francois given-names: Romain repository: https://eddelbuettel.r-universe.dev repository-code: https://github.com/eddelbuettel/rcppgsl commit: a9cded0076aef603e9cc9d5fd809f07556d5d9dd url: https://dirk.eddelbuettel.com/code/rcpp.gsl.html date-released: '2024-03-09' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org