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.
Jiqiang Guo <guojq28@gmail.com>
Maintainer: Jiqiang Guo <guojq28@gmail.com>
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
.
cxxfunctionplus
,
inline