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 Dec. 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

condGEE  
Parameter Estimation in Conditional GEE for Recurrent Event Gap Times
Solves for the mean parameters, the variance parameter, and their asymptotic variance in a condition ...
Download / Learn more Package Citations See dependency  
batteryreduction  
An R Package for Data Reduction by Battery Reduction
Battery reduction is a method used in data reduction. It uses Gram-Schmidt orthogonal rotations to f ...
Download / Learn more Package Citations See dependency  
SEIRfansy  
Extended Susceptible-Exposed-Infected-Recovery Model
Extended Susceptible-Exposed-Infected-Recovery Model for handling high false negative rate and symp ...
Download / Learn more Package Citations See dependency  
helda  
Preprocess Data and Get Better Insights from Machine Learning Models
The main focus is on preprocessing and data visualization of machine learning models performances.So ...
Download / Learn more Package Citations See dependency  
CIFsmry  
Weighted summary of cumulative incidence functions
Estimate of cumulative incidence function in two samples. Provide weighted summary statistics based ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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