moveLibs.NativeCode {R.native}R Documentation

Moves library files

Description

Moves library files from one directory to another.

Usage

## S3 method for class 'NativeCode':
moveLibs(static, pattern="[.](dll|so)$", fromPath=NULL, toPath=filePath(path, "../libs/"), ...)

Arguments

pattern A filename pattern to be used to identify library files.
fromPath The directory to look for files.
toPath The directory to where files should be moved.
... Not used.

Value

Returns (invisibly) what system() returns.

Author(s)

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

See Also

For more information see NativeCode.


[Package R.native version 0.1.4 Index]