NativeCode {R.native} | R Documentation |
Package: R.native
Class NativeCode
Object
~~|
~~+--
NativeCode
Directly known subclasses:
public static class NativeCode
extends Object
Methods:
compile | Compiles native code. | |
dynLoad | Static method to load a dynamic library. | |
dynReload | Static method to reload a loaded dynamic library. | |
dynUnload | Static method to unload a dynamic library. | |
isLoaded | Static method to check if a library is loaded. | |
moveLibs | Moves library files. |
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstanciationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save
Henrik Bengtsson (http://www.braju.com/R/)