Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 7 of 7 found.
[1] < 1 > [1]  Sort:

cxxdso-class (Package: cxxfunplus) : Class code{"cxxdso"

An S4 class for saving the dynamic shared objects created on the fly
● Data Source: CranContrib
● Keywords: classes
● Alias: cxxdso-class
● 0 images

cxxfunctionplus (Package: cxxfunplus) : To created an S4 class code{cxxdso

This is a wrap-up of function cxxfunction in package inline. Additionally, this function returns an object of class cxxdso, which could be saved and reused across R sessions. All arguments except save.dso are passed to function cxxfunction.
● Data Source: CranContrib
● Keywords:
● Alias: cxxfunctionplus
● 0 images

grab.cxxfun-methods (Package: cxxfunplus) : Retrieve the functions object associated with

The grab.cxxfun function retrieves the function object associated with objects of class cxxdso generated by cxxfunctionplus
● Data Source: CranContrib
● Keywords:
● Alias: grab.cxxfun, grab.cxxfun,cxxdso-method, grab.cxxfun-methods
● 0 images

is.dso.loaded-methods (Package: cxxfunplus) : Tell if a code{cxxdso

The is.dso.loaded function tell if the dynamic shared object (DSO, or DLL) in an object of cxxdso, created by function cxxfunctionplus, is loaded.
● Data Source: CranContrib
● Keywords:
● Alias: is.dso.loaded, is.dso.loaded,cxxdso-method, is.dso.loaded-methods
● 0 images

is.null.cxxfun (Package: cxxfunplus) : Tell if the address of functions created by code{cxxfunction

The function object returned by cxxfunction cannot be saved across R sessions. This function can be used to see if we still have a valid function object. Also this function can be used for functions returned by grab.cxxfun of S4 class cxxdso since these functions are essentially created by cxxfunction or similarly.
● Data Source: CranContrib
● Keywords:
● Alias: is.null.cxxfun
● 0 images

cxxfunplus-package (Package: cxxfunplus) :

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.
● Data Source: CranContrib
● Keywords: package
● Alias: cxxfunplus, cxxfunplus-package
● 0 images

getDynLib-methods (Package: cxxfunplus) : Retrieve the dynamic library (or DLL) associated with

The getDynLib function retrieves the dynamic library (or DLL) associated with objects of class cxxdso generated by cxxfunctionplus
● Data Source: CranContrib
● Keywords:
● Alias: getDynLib, getDynLib,cxxdso-method, getDynLib-methods
● 0 images