Re: [Rcpp-devel] sending 3D object to R

2016-11-14 Thread Dirk Eddelbuettel
On 14 November 2016 at 14:27, Anon User wrote: | Hi, I am trying to send a 3 dimensional object from C++ to R as an R array. I don’t know how to construct an R array in C++ using Rcpp. I am hoping to look at an example from one of the CRAN packages that use Rcpp. Can anyone recommend a packag

[Rcpp-devel] sending 3D object to R

2016-11-14 Thread Anon User
Hi, I am trying to send a 3 dimensional object from C++ to R as an R array. I don’t know how to construct an R array in C++ using Rcpp. I am hoping to look at an example from one of the CRAN packages that use Rcpp. Can anyone recommend a package that I should look into? thanks, Hong