Learn R Programming

inline: Inline C, C++ and Fortran code from R

About

The inline package provides functionality to dynamically define R functions (and corresponding S4 objects) from in-line C, C++ or Fortran code. It supports the .C, .Call and .Fortran calling conventions.

History

The package was originally written while Oleg Sklyar was at EMBL-EBI. It was then extended by Dirk Eddelbuettel and Romain Francois for use by Rcpp. Years later, Karline Soetaert added support for Fortran. Johannes Ranke refactored some internals and added the ability to store and retrieve compiled code.

Authors

Oleg Sklyar, Dirk Eddelbuettel, Romain Francois, Karline Soetaert, Johannes Ranke

Maintainer

Dirk Eddelbuettel

License

LGPL (>= 2)

Copy Link

Version

Install

install.packages('inline')

Monthly Downloads

45,177

Version

0.3.21

License

LGPL

Issues

Pull Requests

Stars

Forks

Maintainer

Dirk Eddelbuettel

Last Published

January 9th, 2025

Functions in inline (0.3.21)

cxxfunction

inline C++ function
package.skeleton-methods

Generate the skeleton of a package
getDynLib-methods

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

Printing, reading and writing compiled function objects
inline-package

tools:::Rd_package_title("inline")
cfunction

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

Internals
plugins

Plugin system for cxxfunction