Edited Feature: REngine.GetFunction : make non public, or rename. [111]
REngine public TDelegate GetFunction<TDelegate>()Feels like something natural to get an R.NET Function object.
View ArticleEdited Feature: Write stress tests [109]
Relatively long-running tests for handling large amounts of data, numerous iterations, etc. May have some NUnit, but probably less pervasive than the smaller unit tests.Couple that with getting runtime...
View ArticleNew Post: Communicate or use R environment in C# project without installation
Sorry about restarting this discussion, but based on the current R.NET license, which appears to be a non-copyleft license. Can I assume that R.NET provides sufficient distance between my software and...
View ArticleNew Post: Communicate or use R environment in C# project without installation
I will start with disclaimers: I am not a lawyer, and did not influence the choice of license for R.NET. While I'll give my take on things, and think I understand where R.NET itself sits, I just cannot...
View ArticleNew Post: How to Add qcc Package in R.Net
Not knowing qcc, I may miss something, but do you just need something like: REngine engine; // setup and initialisation engine.Evaluate("library(qcc)"); engine.Evaluate("qcc::someFunctionInQcc(123,...
View ArticleNew Post: How to Add qcc Package in R.Net
Yes,I need to do the same thing Sent from my Windows Phone
View ArticleCommented Issue: RDotNet ParseException on IIS [49]
```public static double TestOtherR(){ engine = REngine.GetInstanceFromID("RDotNet"); if (engine == null){ var envPath = Environment.GetEnvironmentVariable("PATH"); var rBinPath = @"C:\Program...
View ArticleCommented Issue: Frequently calling R causes failure of...
I test RDotNet in F# by using RProvider.This is my F# code, which frequently fails for RDotNet.ParseException or sometimes System.AccessViolationException.My environment isWindows 8.1 Ultimate...
View ArticleCreated Unassigned: R.Net 1.5.5 problem multithread and loaded machine. [115]
Hi,Here is test project on problems reported in blogpost http://kostylizm.blogspot.ru/2014/05/run-r-code-from-c-sharp.htmlError messages we had in production:Version 1.5.5:Error: C stack usage is too...
View ArticleCommented Issue: R.Net 1.5.5 problem multithread and loaded machine. [115]
Hi,Here is test project on problems reported in blogpost http://kostylizm.blogspot.ru/2014/05/run-r-code-from-c-sharp.htmlError messages we had in production:Version 1.5.5:Error: C stack usage is too...
View ArticleCommented Feature: Write stress tests [109]
Relatively long-running tests for handling large amounts of data, numerous iterations, etc. May have some NUnit, but probably less pervasive than the smaller unit tests.Couple that with getting runtime...
View ArticleCommented Feature: Write stress tests [109]
Relatively long-running tests for handling large amounts of data, numerous iterations, etc. May have some NUnit, but probably less pervasive than the smaller unit tests.Couple that with getting runtime...
View ArticleCommented Issue: R.Net 1.5.5 problem multithread and loaded machine. [115]
Hi,Here is test project on problems reported in blogpost http://kostylizm.blogspot.ru/2014/05/run-r-code-from-c-sharp.htmlError messages we had in production:Version 1.5.5:Error: C stack usage is too...
View ArticleEdited Issue: R.Net 1.5.5 problem multithread and loaded machine. [115]
Hi,Here is test project on problems reported in blogpost http://kostylizm.blogspot.ru/2014/05/run-r-code-from-c-sharp.htmlError messages we had in production:Version 1.5.5:Error: C stack usage is too...
View ArticleCommented Issue: R.Net 1.5.5 problem multithread and loaded machine. [115]
Hi,Here is test project on problems reported in blogpost http://kostylizm.blogspot.ru/2014/05/run-r-code-from-c-sharp.htmlError messages we had in production:Version 1.5.5:Error: C stack usage is too...
View ArticleCommented Issue: R.Net 1.5.5 problem multithread and loaded machine. [115]
Hi,Here is test project on problems reported in blogpost http://kostylizm.blogspot.ru/2014/05/run-r-code-from-c-sharp.htmlError messages we had in production:Version 1.5.5:Error: C stack usage is too...
View ArticleSource code checked in, #e327e720026a
Make non-concurrent calls from multiple threads possible and more stable. Get ready for 1.5.12.
View Article