Re: [Rd] RInside child threads

2010-05-01 Thread Romain Francois
Hi, Thank you for your interest in RInside. We usually engage people to use the Rcpp-devel mailing list for questions about RInside. Could you prepare a small example of what you are trying to achieve and repost there.

Re: [Rd] RInside child threads

2010-05-01 Thread Romain Francois
Hi, Thank you for your interest in RInside. We usually engage people to use the Rcpp-devel mailing list for questions about RInside. Could you prepare a small example of what you are trying to achieve and repost there.

[Rd] RInside child threads

2010-04-30 Thread Jaiganesh Balasubramanian
Hi Folks, I am creating a multi-threaded C++ application that initializes RInside in one of the child thread. I would also like to access support interfaces like Rcpp::Environment in the remaining child threads, so that I could access any R function associated with the environment initialized.