Learn R Programming

cxxfunplus (version 1.0.2)

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

Description

The cxxfunction function in inline could not save the dynamic shared objects (DSO) created in a session. We provide a mechanism to save the DSO's if for example, save.image is called.

Arguments

Author

Jiqiang Guo <guojq28@gmail.com>

Maintainer: Jiqiang Guo <guojq28@gmail.com>

Details

Instead of calling cxxfunction in inline, call cxxfunctionplus in this package, from which an S4 class of cxxdso is returned. We could use generic function grab.cxxfun of class cxxdso to retrieve the functions typically returned by cxxfunction.

See Also

cxxfunctionplus, inline