compile.NativeCode {R.native} | R Documentation |
Compiles native code into a shared library.
NativeCode$compile(name, path=NULL, ..., load=TRUE)
name |
The name of the library to check. |
path |
A character string specifying the path to the library. |
... |
Additional arguments passed to system () when
calling R CMD SHLIB . |
load |
If TRUE , the code is (re-)loaded after being compiled,
otherwise not. |
Returns (invisibly) what system
() returns.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see NativeCode
.