R.native-package {R.native}R Documentation

Package R.native

Description

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.

Installation

To install this package, see http://www.braju.com/R/. Required packages are installed in the same way.

Dependancies and other requirements

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

To get started, see:

  1. sourceC() - To compile C code and load it into R.
  2. NativeCode - A utility class for handling native code.

How to cite this package

Not available.

Author(s)

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


[Package R.native version 0.1.4 Index]