Commit graph

3 commits

Author SHA1 Message Date
TAKATSU Tomonari
c8b530b7e9 - Update to 0.10.4 2013-06-27 21:52:53 +00:00
Brendan Fabeny
e80e131996 Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository

Reviewed by:	wen
Approved by:	wen, tota
2013-05-28 15:15:05 +00:00
TAKATSU Tomonari
787a40232e - Add new port: devel/R-cran-Rcpp
The Rcpp package provides C++ classes that greatly facilitate
  interfacing C or C++ code in R packages using the .Call() interface
  provided by R.

  Rcpp provides matching C++ classes for a large number of basic R
  data types. Hence, a package author can keep his data in normal R
  data structures without having to worry about translation or
  transfering to C++. At the same time, the data structures can be
  accessed as easily at the C++ level, and used in the normal manner.

  The mapping of data types works in both directions. It is as
  straightforward to pass data from R to C++, as it is it return data
  from C++ to R.

  WWW: http://cran.r-project.org/web/packages/Rcpp/
2013-05-06 06:06:11 +00:00