This package is considered a duplicate. The official version of this package is found at:https://eddelbuettel.r-universe.dev/inline
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:
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://fastverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eddelbuettel/inline/issues
Last updated from:720c4209cb. Checks:9 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 115 | ||
| source / vignettes | OK | 134 | ||
| linux-release-x86_64 | OK | 110 | ||
| macos-release-arm64 | OK | 104 | ||
| macos-oldrel-arm64 | OK | 97 | ||
| windows-devel | OK | 175 | ||
| windows-release | OK | 265 | ||
| windows-oldrel | OK | 122 | ||
| wasm-release | OK | 82 |
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 |
