Hello,
I started building a prototype with r.net 1.4 version where I hit a couple serious issues.
Now I updated to 1.5 and included the R.NET projects (source code) in my solution to see where it stops working. I took the sample for 1.5 and it fails in engine.initialize(). It fails on this call
Any ideas how to get this working?
Thanks,
Christian
I started building a prototype with r.net 1.4 version where I hit a couple serious issues.
Now I updated to 1.5 and included the R.NET projects (source code) in my solution to see where it stops working. I took the sample for 1.5 and it fails in engine.initialize(). It fails on this call
GetFunction<Rf_initialize_R>("Rf_initialize_R")(1, new[] { ID });
I'm using R 2.15.3 on Win7 64, VS2010. Is this a supported version? Are there any other conditions?Any ideas how to get this working?
Thanks,
Christian