Learn R Programming

cxxfunplus (version 1.0.2)

Extend 'cxxfunction' by Saving the Dynamic Shared Objects

Description

Extend 'cxxfunction' by saving the dynamic shared objects for reusing across R sessions.

Copy Link

Version

Install

install.packages('cxxfunplus')

Monthly Downloads

243

Version

1.0.2

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

August 23rd, 2023

Functions in cxxfunplus (1.0.2)

grab.cxxfun-methods

Retrieve the functions object associated with an object of class cxxdso
is.dso.loaded-methods

Tell if a cxxdso object is loaded
cxxdso-class

Class "cxxdso"
getDynLib-methods

Retrieve the dynamic library (or DLL) associated with an object of class cxxdso
cxxfunctionplus

To created an S4 class cxxdso from C++ code
is.null.cxxfun

Tell if the address of functions created by cxxfunction points to NULL
cxxfunplus-package

cxxfunplus: save the dynamic shared objects (DSO) for cxxfunction