Re: [Rcpp-devel] Rcpp module errors with Rcpp binary installation

2014-05-01 Thread Ariful Azad
reate some problem). Thanks again for your help. -- Ariful Azad On Thu, May 1, 2014 at 4:08 PM, Kevin Ushey wrote: > Actually, to confirm: this is exactly what the build report tells you > (with a lot of macro expansion in the support of Rcpp::function)... > > clang++ -I/L

[Rcpp-devel] Rcpp module errors with Rcpp binary installation

2014-05-01 Thread Ariful Azad
function( "computeMEC" , &computeMEC , "Match clusters across a pair of sample by mixed edge cover algorithm." ) ; If you are interested, the detail error can be found: from http://www.bioconductor.org/checkResults/release/bioc-LATEST/flowMatch/morelia-buildsrc.html Any su

[Rcpp-devel] Persistent C++ objects in R ( tree data structure )

2013-04-04 Thread Ariful Azad
d garbage collector call I am getting segmentation fault . Can you please explain the right way to program this scenario? In particular, when a C++ object is still used by another object through pointer how can I prevent R garbage collector removing the object ? Thanks Ariful Azad __

Re: [Rcpp-devel] RInside error in mac 64 bit?

2012-03-21 Thread Ariful Azad
quot;,* fun = "function"* ), cpp, , Rcpp = TRUE, include = "using namespace Rcpp; ") thanks -- Ariful On Wed, Mar 21, 2012 at 9:00 PM, Dirk Eddelbuettel wrote: > > On 21 March 2012 at 20:46, Ariful Azad wrote: > | Hi, > | > | I created a package using Rcpp

[Rcpp-devel] RInside error in mac 64 bit?

2012-03-21 Thread Ariful Azad
Hi, I created a package using Rcpp (using Rcpp.package.skeleton()). Now I need to access a piece of R code from the cpp code in the package. I am trying to use RInside. I am using Mac 64 bit machine. When I installed RInside I found the shared libraries in two places 1. /Library/Frameworks/R. fr