Hello,
I'm actually just trying to start RInside.
My Problem:
The creation of the embedded R instance is not in the main method.
And the C++ is started by Java with a so called JNI Wrapper.
C++ creates the library for the Java code.
It's a big project and unfortunately I didn't found how t
Le 24/01/12 22:09, Dirk Eddelbuettel a écrit :
On 24 January 2012 at 15:36, Whit Armstrong wrote:
| Thanks, Dirk, as always for the quick response.
|
| It works, but I get an unusual compile error with the most recent
| RcppArmadillo (installed with install.packages this morning).
|
| require(in
Le 24/01/12 22:27, Whit Armstrong a écrit :
yes, unless I add
#include
Then it blows up.
Don't do that. When using RcppArmadillo, you do:
#include
Some magic happens when you do that. Not sure it solves your issue though.
Romain
The problem is in my real function I include a header, whi
Le 30/01/12 21:38, Dirk Eddelbuettel a écrit :
On 30 January 2012 at 18:42, Sacha Epskamp wrote:
| Last year I have written some functions for my then supervisor using
| Rcpp and inline, which worked fine. Recently my supervisor got a new
| Mac, and the functions don't work anymore.
|
| After so