Package: inline 0.3.21

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 [aut], Dirk Eddelbuettel [aut, cre], Romain Francois [aut], Mike Smith [ctb], Duncan Murdoch [ctb], Karline Soetaert [ctb], Johannes Ranke [ctb]

inline_0.3.21.tar.gz
inline_0.3.21.zip(r-4.7)inline_0.3.21.zip(r-4.6)inline_0.3.21.zip(r-4.5)
inline_0.3.21.tgz(r-4.6-any)inline_0.3.21.tgz(r-4.5-any)
inline_0.3.21.tar.gz(r-4.7-any)inline_0.3.21.tar.gz(r-4.6-any)
inline_0.3.21.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
inline/json (API)
NEWS

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

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

On CRAN:

Conda:

fortranrcpp

12.46 score 47 stars 337 packages 676 scripts 256k downloads 13 exports 0 dependencies

Last updated from:720c4209cb. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK111
source / vignettesOK143
linux-release-x86_64OK105
macos-release-arm64OK91
macos-oldrel-arm64OK75
windows-develOK103
windows-releaseOK90
windows-oldrelOK104
wasm-releaseOK86

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