cxxfunplus-package {cxxfunplus} | R Documentation |
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.
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
.
Author(s)
Jiqiang Guo <guojq28@gmail.com>
Maintainer: Jiqiang Guo <guojq28@gmail.com>
See Also
[Package cxxfunplus version 1.0.2 Index]