Package: inline 0.3.20
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:
inline_0.3.20.tar.gz
inline_0.3.20.zip(r-4.5)inline_0.3.20.zip(r-4.4)inline_0.3.20.zip(r-4.3)
inline_0.3.20.tgz(r-4.4-any)inline_0.3.20.tgz(r-4.3-any)
inline_0.3.20.tar.gz(r-4.5-noble)inline_0.3.20.tar.gz(r-4.4-noble)
inline_0.3.20.tgz(r-4.4-emscripten)inline_0.3.20.tgz(r-4.3-emscripten)
inline.pdf |inline.html✨
inline/json (API)
NEWS
# Install 'inline' in R: |
install.packages('inline', repos = c('https://fastverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eddelbuettel/inline/issues
Last updated 11 days agofrom:8976bb4f1a. Checks:OK: 7. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 10 2024 |
R-4.5-win | OK | Nov 10 2024 |
R-4.5-linux | OK | Nov 10 2024 |
R-4.4-win | OK | Nov 10 2024 |
R-4.4-mac | OK | Nov 10 2024 |
R-4.3-win | OK | Nov 10 2024 |
R-4.3-mac | OK | Nov 10 2024 |
Exports:cfunctioncodecxxfunctiongetDynLibgetPluginmoveDLLpackage.skeletonprintrcppreadCFuncregisterPluginsetCMethodwriteCFunc
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Functions to Inline C, C++, Fortran Function Calls from R | inline-package inline |
Inline C, C++, Fortran function calls from R | cfunction setCMethod |
inline C++ function | cxxfunction rcpp |
Retrieve the dynamic library (or DLL) associated with a package of a function generated by cfunction | getDynLib getDynLib,CFunc-method getDynLib,CFuncList-method getDynLib,character-method getDynLib-methods |
Generate the skeleton of a package | package.skeleton,ANY,ANY-method package.skeleton,character,CFunc-method package.skeleton,character,CFuncList-method package.skeleton-methods |
Plugin system for cxxfunction | getPlugin registerPlugin |
Printing, reading and writing compiled function objects | code 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 |