I'd like to develop a C# program for some statistical calculations by accessing the R-Library under .NET using Visual Studio. There is an interface called R.NET but it is buggy and no longer maintained. Is here an open source interface to R Library under .NET?
Asked
Active
Viewed 523 times
0
-
Why do you feel that R.NET is buggy? I use it on a regular basis and have never encountered any problems. The only thing which seems to be tricky is to get plotting right. – AEF Sep 17 '16 at 15:11
-
I was referring to http://stackoverflow.com/questions/5025340/call-r-programming-language-from-net. – user1046647 Sep 18 '16 at 15:23
-
That answer is from 2012. The latest nuget release from R.NET (https://www.nuget.org/packages/R.NET.Community/) is from 2015. I guess they did multiple improvements in 3 years. – AEF Sep 18 '16 at 16:08