Package: callme 0.1.11
callme: Easily Compile and Call Inline 'C' Functions
Compile inline 'C' code and easily call with automatically generated wrapper functions. By allowing user-defined headers and compilation flags (preprocessor, compiler and linking flags) the user can configure optimization options and linking to third party libraries. Multiple functions may be defined in a single block of code - which may be defined in a string or a path to a source file.
Authors:
callme_0.1.11.tar.gz
callme_0.1.11.tar.gz(r-4.5-noble)callme_0.1.11.tar.gz(r-4.4-noble)
callme_0.1.11.tgz(r-4.4-emscripten)callme_0.1.11.tgz(r-4.3-emscripten)
callme.pdf |callme.html✨
callme/json (API)
NEWS
# Install 'callme' in R: |
install.packages('callme', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/callme/issues
Pkgdown:https://coolbutuseless.github.io
Last updated 17 days agofrom:18faeabc6a. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 28 2024 |
R-4.5-linux | OK | Nov 28 2024 |
Exports:compile
Dependencies:
Accessing 3rd-Party Libraries
Rendered fromthird-party-libraries.Rmd
usingknitr::rmarkdown
on Nov 28 2024.Last update: 2024-07-28
Started: 2024-07-28
Calling R from C
Rendered fromcalling-r-from-c.Rmd
usingknitr::rmarkdown
on Nov 28 2024.Last update: 2024-07-28
Started: 2024-07-28
Checking for Interrupts
Rendered fromchecking-for-interrupts.Rmd
usingknitr::rmarkdown
on Nov 28 2024.Last update: 2024-07-28
Started: 2024-07-28
Creating a data.frame in C
Rendered fromdata-frames.Rmd
usingknitr::rmarkdown
on Nov 28 2024.Last update: 2024-07-28
Started: 2024-07-28
External pointers to C objects
Rendered fromexternal-pointers.Rmd
usingknitr::rmarkdown
on Nov 28 2024.Last update: 2024-07-28
Started: 2024-07-28
Introduction
Rendered fromintroduction.Rmd
usingknitr::rmarkdown
on Nov 28 2024.Last update: 2024-07-28
Started: 2024-07-28
SEXP objects
Rendered fromsexp.Rmd
usingknitr::rmarkdown
on Nov 28 2024.Last update: 2024-07-28
Started: 2024-07-28
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Compile C code and create wrapper functions to call from R | compile |