|
|
It is a R/C++ template library. The goal of this library is to provide a simple interface between R and C++, so C++ developers for R can access R objects in the C++ way without worrying about many R internal structures and underlying details. Currently, the template library supports the four most commonly used object-types in R, namely, vector, matrix, data.frame, and list. Given the template framework, special data types (char*, Date, time) can be accessed similar to other regular data types, such as int, double. For more information, please see the package documentation file doc/rcppbind.pdf.
To install this package directly within R type:
install.packages("rcppbind", repos="http://R-Forge.R-project.org")
Version: 1.0 |
Last change: 2008-09-10 21:29:11+02 |
Rev.: 15
|
|