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 21 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

pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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