I just recently discovered R.net
Using visual studio express I wrote a small hello world in C# and it runs perfectly.
When I publish it the program works on my computer. However, it does not work on anyone elses.
I suspect the problem is that other users do not have R installed. Here is what i consider the suspect line of code:
var rBinPath = @"C:\Program Files\R\R-3.0.2\bin\i386";
I suspect that I must publish the .exe with the R.dll but to be honest I am not sure how to do this as I am fairly new to visual studio.
Has anyone ever succesfully made a standalone executable using R.net? How did you solve this issue?
Any help is appreciated.
cheers!