Package: callme 0.1.10.9000

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:Mike Cheng [aut, cre, cph]

callme_0.1.10.9000.tar.gz
callme_0.1.10.9000.zip(r-4.5)callme_0.1.10.9000.zip(r-4.4)callme_0.1.10.9000.zip(r-4.3)
callme_0.1.10.9000.tgz(r-4.4-any)callme_0.1.10.9000.tgz(r-4.3-any)
callme_0.1.10.9000.tar.gz(r-4.5-noble)callme_0.1.10.9000.tar.gz(r-4.4-noble)
callme_0.1.10.9000.tgz(r-4.4-emscripten)callme_0.1.10.9000.tgz(r-4.3-emscripten)
callme.pdf |callme.html
callme/json (API)
NEWS

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

Peer review:

Bug tracker:https://github.com/coolbutuseless/callme/issues

On CRAN:

2 exports 16 stars 2.01 score 0 dependencies 19 scripts 226 downloads

Last updated 1 months agofrom:64065513e5. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 26 2024
R-4.5-winOKAug 26 2024
R-4.5-linuxOKAug 26 2024
R-4.4-winOKAug 26 2024
R-4.4-macOKAug 26 2024
R-4.3-winOKAug 26 2024
R-4.3-macOKAug 26 2024

Exports:cflags_defaultcompile

Dependencies:

Accessing 3rd-Party Libraries

Rendered fromthird-party-libraries.Rmdusingknitr::rmarkdownon Aug 26 2024.

Last update: 2024-07-23
Started: 2024-07-20

Calling R from C

Rendered fromcalling-r-from-c.Rmdusingknitr::rmarkdownon Aug 26 2024.

Last update: 2024-07-23
Started: 2024-07-20

Checking for Interrupts

Rendered fromchecking-for-interrupts.Rmdusingknitr::rmarkdownon Aug 26 2024.

Last update: 2024-07-23
Started: 2024-07-20

Creating a data.frame in C

Rendered fromdata-frames.Rmdusingknitr::rmarkdownon Aug 26 2024.

Last update: 2024-07-23
Started: 2024-07-20

External pointers to C objects

Rendered fromexternal-pointers.Rmdusingknitr::rmarkdownon Aug 26 2024.

Last update: 2024-07-23
Started: 2024-07-20

Introduction

Rendered fromintroduction.Rmdusingknitr::rmarkdownon Aug 26 2024.

Last update: 2024-07-23
Started: 2024-07-20

SEXP objects

Rendered fromsexp.Rmdusingknitr::rmarkdownon Aug 26 2024.

Last update: 2024-07-23
Started: 2024-07-21