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]
All associated links for this package
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 towrite 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
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
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

buildr  
Organize & Run Build Scripts Comfortably
Working with reproducible reports or any other similar projects often require to run the script that ...
Download / Learn more Package Citations See dependency  
lgarch  
Simulation and Estimation of Log-GARCH Models
Simulation and estimation of univariate and multivariate log-GARCH models. The main functions of the ...
Download / Learn more Package Citations See dependency  
bulletr  
Algorithms for Matching Bullet Lands
Analyze bullet lands using nonparametric methods. We provide a reading routine for x3p files (see &l ...
Download / Learn more Package Citations See dependency  
Deriv  
Symbolic Differentiation
R-based solution for symbolic differentiation. It admits user-defined function as well as function s ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns