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:
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-x86_64)RcppGSL_0.3.13.1.tgz(r-4.4-arm64)RcppGSL_0.3.13.1.tgz(r-4.3-x86_64)RcppGSL_0.3.13.1.tgz(r-4.3-arm64)
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')) |
Bug tracker:https://github.com/eddelbuettel/rcppgsl/issues
c-plus-plusgnu-gslhacktoberfestrcpp
Last updated 1 months agofrom:5a3194dbf9. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 17 2024 |
R-4.5-win-x86_64 | OK | Nov 17 2024 |
R-4.5-linux-x86_64 | OK | Nov 17 2024 |
R-4.4-win-x86_64 | OK | Nov 17 2024 |
R-4.4-mac-x86_64 | OK | Nov 17 2024 |
R-4.4-mac-aarch64 | OK | Nov 17 2024 |
R-4.3-win-x86_64 | OK | Nov 17 2024 |
R-4.3-mac-x86_64 | OK | Nov 17 2024 |
R-4.3-mac-aarch64 | OK | Nov 17 2024 |
Exports:CFlagsfastLmfastLmPureLdFlags
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
'Rcpp' Integration for 'GNU GSL' Vectors and Matrices | RcppGSL-package RcppGSL |
Bare-bones linear model fitting function | fastLm fastLm.default fastLm.formula fastLmPure |
Provide RcppGSL Compiler and Linker Flags | CFlags LdFlags |