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 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 06 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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