R.native-package {R.native} | R Documentation |
This packages provides a utility class NativeCode that provides static methods to compile native code into a dynamic library, and methods to load, reload and unload such.
This package should be considered to be in "alpha" version.
To install this package, see http://www.braju.com/R/. Required packages are installed in the same way.
This package depends on the R.oo and R.utils packages. It is uses native code and is therefore not necessarily working on all platforms.
To get started, see:
sourceC
() - To compile C code and load it into R.
NativeCode
- A utility class for handling native code.
Not available.
Henrik Bengtsson (http://www.braju.com/R/)