Functionality to dynamically define R functions and S4 methods with 'inlined' C, C++ or Fortran code supporting the .C and .Call calling conventions.
The inline package provides functionality to dynamically define R functions
(and corresponding S4 objects) from in-line C, C++ or Fortran code. It
supports both the .C
and .Call
calling conventions.
The package was originally written while Oleg Sklyar was at EMBL-EBI. It was later extended by Dirk Eddelbuettel and Romain Francois extended for use by Rcpp.
Oleg Sklyar, Dirk Eddelbuettel, Romain Francois
LGPL (>= 2)