About Anaconda Help Download Anaconda

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

copied from cf-staging / r-rcppgsl

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v0.3.13
  • linux-ppc64le v0.3.13
  • linux-aarch64 v0.3.13
  • osx-64 v0.3.13
  • osx-arm64 v0.3.13
  • win-64 v0.3.13

conda install

To install this package run one of the following:
conda install conda-forge::r-rcppgsl
conda install conda-forge/label/cf201901::r-rcppgsl
conda install conda-forge/label/cf202003::r-rcppgsl

Description


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy