I want to build a release version of a program that runs an R script (from C# environment) which can run from a Windows PC without the need of also having the R library installed on the deployment PC.
If I build mt R.net code as release the created release folder holds, among others, the R.net libraries but misses the R libraries. I could manually copy the R.dll and maybe the rest of the stuff located in the bin/i386 folder into the release folder, and than have the R.net library (somehow) use that library. I am not sure how to go about this though.
I am also not sure if that is the right way of doing this. Could somebody give me an idea of how to create a standalone R.net program.
If I build mt R.net code as release the created release folder holds, among others, the R.net libraries but misses the R libraries. I could manually copy the R.dll and maybe the rest of the stuff located in the bin/i386 folder into the release folder, and than have the R.net library (somehow) use that library. I am not sure how to go about this though.
I am also not sure if that is the right way of doing this. Could somebody give me an idea of how to create a standalone R.net program.