Package: inline 0.3.19.1

inline: Functions to Inline C, C++, Fortran Function Calls from R

Functionality to dynamically define R functions and S4 methods with 'inlined' C, C++ or Fortran code supporting the .C and .Call calling conventions.

Authors:Oleg Sklyar, Duncan Murdoch, Mike Smith, Dirk Eddelbuettel, Romain Francois, Karline Soetaert, Johannes Ranke

inline_0.3.19.1.tar.gz
inline_0.3.19.1.zip(r-4.5)inline_0.3.19.1.zip(r-4.4)inline_0.3.19.1.zip(r-4.3)
inline_0.3.19.1.tgz(r-4.4-any)inline_0.3.19.1.tgz(r-4.3-any)
inline_0.3.19.1.tar.gz(r-4.5-noble)inline_0.3.19.1.tar.gz(r-4.4-noble)
inline_0.3.19.1.tgz(r-4.4-emscripten)inline_0.3.19.1.tgz(r-4.3-emscripten)
inline.pdf |inline.html
inline/json (API)
NEWS

# Install 'inline' in R:
install.packages('inline', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/eddelbuettel/inline/issues

On CRAN:

fortranrcpp

13 exports 42 stars 8.98 score 0 dependencies 294 dependents 4 mentions 40.8k downloads

Last updated 1 months agofrom:54a8782766

Exports:cfunctioncodecxxfunctiongetDynLibgetPluginmoveDLLpackage.skeletonprintrcppreadCFuncregisterPluginsetCMethodwriteCFunc

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Functions to Inline C, C++, Fortran Function Calls from Rinline-package inline
Inline C, C++, Fortran function calls from Rcfunction setCMethod
inline C++ functioncxxfunction rcpp
Retrieve the dynamic library (or DLL) associated with a package of a function generated by cfunctiongetDynLib getDynLib,CFunc-method getDynLib,CFuncList-method getDynLib,character-method getDynLib-methods
Generate the skeleton of a packagepackage.skeleton,ANY,ANY-method package.skeleton,character,CFunc-method package.skeleton,character,CFuncList-method package.skeleton-methods
Plugin system for cxxfunctiongetPlugin registerPlugin
Printing, reading and writing compiled function objectscode code,CFunc-method code,CFuncList-method code,character-method code-methods moveDLL moveDLL,CFunc-method moveDLL-methods print,CFunc-method print,CFuncList-method readCFunc utilities writeCFunc