NativeCode {R.native}R Documentation

Static class to compile and loaded native code

Description

Package: R.native
Class NativeCode

Object
~~|
~~+--NativeCode

Directly known subclasses:

public static class NativeCode
extends Object

Fields and Methods

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

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)


[Package R.native version 0.1.4 Index]