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

59,529

Version

0.3.15

License

LGPL

Maintainer

Dirk Eddelbuettel

Last Published

May 18th, 2018

Functions in inline (0.3.15)

internals

Internals
package.skeleton-methods

Generate the skeleton of a package
utilities

printing, reading and writing CFunc objects
plugins

Plugin system for cxxfunction
getDynLib-methods

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

inline C++ function
inline-package

inline
cfunction

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