Package: RcppGSL
Type: Package
Title: 'Rcpp' Integration for 'GNU GSL' Vectors and Matrices
Version: 0.3.14
Date: 2026-03-05
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
                    comment = c(ORCID = "0000-0001-6419-907X")),
             person("Romain", "Francois", role = "aut",
                    comment = c(ORCID = "0000-0002-2444-4226")))
Description: '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.
License: GPL (>= 2)
LazyLoad: yes
LinkingTo: Rcpp
Imports: Rcpp (>= 1.1.1), stats
Suggests: tinytest
SystemRequirements: GNU GSL
URL: https://github.com/eddelbuettel/rcppgsl,
        https://dirk.eddelbuettel.com/code/rcpp.gsl.html
BugReports: https://github.com/eddelbuettel/rcppgsl/issues
Encoding: UTF-8
VignetteBuilder: Rcpp
NeedsCompilation: yes
Packaged: 2026-03-05 14:45:35 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6419-907X>),
  Romain Francois [aut] (ORCID: <https://orcid.org/0000-0002-2444-4226>)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2026-03-05 15:20:08 UTC
Built: R 4.5.2; powerpc64-unknown-linux-gnu; 'Thu, 05 Mar 2026 09:35:13 -0600'; unix
