Rdocumentation
powered by
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
Link to current version
Version
Version
1.0.2
1.0.1
1.0
Install
install.packages('cxxfunplus')
Monthly Downloads
243
Version
1.0.2
License
GPL-3
Issues
0
Pull Requests
0
Stars
0
Forks
0
Repository
https://github.com/maverickg/cxxfunplus
Maintainer
Jiqiang Guo
Last Published
August 23rd, 2023
Functions in cxxfunplus (1.0.2)
Search all functions
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