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.
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
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.
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
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.