omegahat/RAutoGenRunTime: Run-time support for automated interfaces to R

The package provides classes, methods, functions and compiled C code used by automatically generated interfaces from R to C/C++ code using the RGCCTranslationUnit from the omegahat.org project. Many of the functions can also be used in other dynamic/programmatic interfaces, e.g. Rffi and RGCCTUFFI., and generally when interacting with native code. These functions are separate from the RGCCTranslationUnit package as that is used to programmatically generate the binding/wrapper code. This can be done once without actually invoking any of the native routines in a target native library. This package, however, is used at run-time. So we don't need the RGCCTranslationUnit package at that moment in time, but do need the functions that programmatically code refers to.

Getting started

Package details

AuthorDuncan Temple Lang
MaintainerDuncan Temple Lang <duncan@wald.ucdavis.edu>
LicenseBSD_3_clause + file LICENSE
Version0.3-0
URL http://www.omegahat.net/RAutoGenRunTime
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("omegahat/RAutoGenRunTime")
omegahat/RAutoGenRunTime documentation built on Jan. 12, 2023, 9:19 p.m.