Learn R Programming

⚠️There's a newer version (0.3.21) of this package.Take me there.

Inline C, C++ or Fortran calls in R

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.

History

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.

Authors

Oleg Sklyar, Dirk Eddelbuettel, Romain Francois

License

LGPL (>= 2)

Copy Link

Version

Install

install.packages('inline')

Monthly Downloads

1,257,755

Version

0.3.14

License

LGPL

Maintainer

Dirk Eddelbuettel

Last Published

April 13th, 2015

Functions in inline (0.3.14)

getDynLib-methods

Retrieve the dynamic library (or DLL) associated with a package of a function generated by cfunction
internals

Internals
cxxfunction

inline C++ function
package.skeleton-methods

Generate the skeleton of a package
inline-package

Inline C, C++, Fortran function calls from R
cfunction

Inline C, C++, Fortran function calls from R
plugins

Plugin system for cxxfunction
utilities

printing, reading and writing CFunc objects