Other packages > Find by keyword >

RcppGSL  

'Rcpp' Integration for 'GNU GSL' Vectors and Matrices
View on CRAN: Click here


Download and install RcppGSL package within the R console
Install from CRAN:
install.packages("RcppGSL")

Install from Github:
library("remotes")
install_github("cran/RcppGSL")

Install by package version:
library("remotes")
install_version("RcppGSL", "0.3.13")



Attach the package and use:
library("RcppGSL")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
First Published: 2010-12-01
Latest Update: 2023-01-13
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.
How to cite:
Dirk Eddelbuettel (2010). RcppGSL: 'Rcpp' Integration for 'GNU GSL' Vectors and Matrices. R package version 0.3.13, https://cran.r-project.org/web/packages/RcppGSL. Accessed 26 Mar. 2025.
Previous versions and publish date:
0.1.0 (2010-12-01 15:29), 0.1.1 (2011-04-06 08:09), 0.2.0 (2012-07-23 15:37), 0.2.1 (2014-05-27 06:42), 0.2.2 (2014-05-31 22:53), 0.2.3 (2015-01-12 17:32), 0.2.4 (2015-01-24 16:56), 0.2.5 (2015-07-07 13:01), 0.3.0 (2015-08-30 16:25), 0.3.1 (2016-10-03 08:17), 0.3.2 (2017-03-04 17:12), 0.3.3 (2017-09-24 16:47), 0.3.4 (2018-05-07 10:04), 0.3.5 (2018-05-19 21:37), 0.3.6 (2018-06-10 18:43), 0.3.7 (2019-10-20 16:20), 0.3.8 (2020-06-21 16:40), 0.3.9 (2021-06-23 18:30), 0.3.10 (2021-10-07 15:40), 0.3.11 (2022-03-12 16:30), 0.3.12 (2022-10-31 00:32)
Other packages that cited RcppGSL R package
View RcppGSL citation profile
Other R packages that RcppGSL depends, imports, suggests or enhances
Complete documentation for RcppGSL
Functions, R codes and Examples using the RcppGSL R package
Some associated functions: LdFlags . RcppGSL-package . fastLm . 
Some associated R codes: RcppExports.R . fastLm.R . init.R . inline.R .  Full RcppGSL package functions and examples
Downloads during the last 30 days
02/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/25Downloads for RcppGSL0100200300400500600700TrendBars

Today's Hot Picks in Authors and Packages

DySS  
Dynamic Screening Systems
In practice, we will encounter problems where the longitudinal performance of processes needs to be ...
Download / Learn more Package Citations See dependency  
Maintainer: Lu You (view profile)
photobiologyPlants  
Plant Photobiology Related Functions and Data
Provides functions for quantifying visible (VIS) and ultraviolet (UV) radiation in relation to the ...
Download / Learn more Package Citations See dependency  
MGL  
Module Graphical Lasso
An aggressive dimensionality reduction and network estimationtechnique for a high-dimensiona ...
Download / Learn more Package Citations See dependency  
sAIC  
Akaike Information Criterion for Sparse Estimation
Computes the Akaike information criterion for the generalized linear models (logistic regression, Po ...
Download / Learn more Package Citations See dependency  
fPortfolio  
Rmetrics - Portfolio Selection and Optimization
A collection of functions to optimize portfolios and to analyze them from different points of view. ...
Download / Learn more Package Citations See dependency  
provenance  
Statistical Toolbox for Sedimentary Provenance Analysis
Bundles a number of established statistical methods to facilitate the visual interpretation of large ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA