I am building an application within C# and I want to use some of the R libraries within this application. I am using R.Net to do this.
However, I will deploy this software to users that may not have R downloaded on there computers. Is there any way that I can use the R dll so that the users can run my application without having to install R onto there machines?
Many thanks