Other packages > Find by keyword >

inline  

Functions to Inline C, C++, Fortran Function Calls from R
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("inline", "0.3.21")



Attach the package and use:
library("inline")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2007-05-29
Latest Update: 2025-01-09
Description:
Functionality to dynamically define R functions and S4 methods with 'inlined' C, C++ or Fortran code supporting the .C and .Call calling conventions.
How to cite:
Dirk Eddelbuettel (2007). inline: Functions to Inline C, C++, Fortran Function Calls from R. R package version 0.3.21, https://cran.r-project.org/web/packages/inline. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.2.1 (2007-05-29 17:43), 0.3.2 (2007-07-07 20:47), 0.3.3 (2007-08-25 18:48), 0.3.4 (2009-12-28 11:53), 0.3.5 (2010-06-02 11:09), 0.3.6 (2010-07-30 07:02), 0.3.7 (2010-11-03 10:49), 0.3.8 (2010-12-07 11:16), 0.3.9 (2012-10-02 09:59), 0.3.10 (2012-10-03 19:15), 0.3.11 (2013-02-27 17:21), 0.3.12 (2013-06-12 14:12), 0.3.13 (2013-08-09 00:33), 0.3.14 (2015-04-13 09:20), 0.3.15 (2018-05-18 14:40), 0.3.16 (2020-09-06 17:40), 0.3.17 (2020-12-01 01:50), 0.3.18 (2021-05-18 07:30), 0.3.19 (2021-05-31 10:40), 0.3.20 (2024-11-10 18:20)
Other packages that cited inline R package
View inline citation profile
Other R packages that inline depends, imports, suggests or enhances
Complete documentation for inline
Functions, R codes and Examples using the inline R package
Some associated functions: cfunction . cxxfunction . getDynLib . inline-package . internals . package.skeleton . plugins . utilities . 
Some associated R codes: cfunction.R . cmethods.R . cxxfunction.R . getDynLib.R . package.skeleton.R . utilities.R .  Full inline package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

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