Edited Issue: Some unit tests fails if all the test suite is run [39]
Same behavior run on Windows 7, 64 bits, run from VS2013 test explorer.If run individually, 6 of the tests pass. If all test run, they fail and subsequently fail even if run alone.Recent work on...
View ArticleEdited Issue: Nunit tests fail on Linux @ rev 124 [40]
TestBaseNamespace run from nunit-gui or monodevelop (cannot get debug stepping happening in MD however)There are a lot more callbacks happening from R on Unix than on Windows. Unclear which are...
View ArticleClosed Issue: Non-obvious issue for incorrect expressions [57]
If evaluating an expression that is syntactically faulty (e.g. 'x <- rep(c(TRUE,FALSE), 55' without closing the parenthesis, then when doing a GetSymbol("x") throws an exception; has to, but for new...
View ArticleClosed Issue: REngine.Evaluate("x
Noticed while working on discussion https://rdotnet.codeplex.com/discussions/458547Repro with code athttps://github.com/jmp75/rdotnet-onboarding/blob/master/Sample2/Program.cs at commit 996a6f7a27...
View ArticleClosed Issue: Problem using Evaluate of not defined symbol [34]
Hi,Thanks first of all for your component. It is really wonderful :-)i'm using R.Net in both .Net 3.5 (old version) and .Net 4.0 (new version). My code looks like this```engine.Evaluate ("xx");```If xx...
View ArticleEdited Issue: Memory corruption, CallbackOnCollectedDelegate was detected [45]
Trying to use the repro information in one of the reply in [discussion:441642]
View ArticleCommented Issue: Memory corruption, CallbackOnCollectedDelegate was detected...
Trying to use the repro information in one of the reply in [discussion:441642]Comments: Need unit test.
View ArticleClosed Unassigned: evaluate() parseexception [50]
engine.Evaluate("library('forecast');");<<<<begin here var valuedata = list2; NumericVector valuedatavector = engine.CreateNumericVector(valuedata); engine.SetSymbol("valuedatavector",...
View ArticleClosed Unassigned: multithreading in R.Net with c# [66]
Hi All,i'm execute r script in asp.net mvc 4, and it's o.k. but when trying to do it in multithreading it' fail.please help someone !!!!!!!!
View ArticleClosed Unassigned: Frequenctly 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 ArticleClosed Issue: Cannot create multiple engine instances [37]
Hello,I get an SEHException when I try to create an engine instance the second time. I'm using R 2.15.3 and R.Net 1.4.0.0.I have implemented a wrapper that tests on startup if R is installed and if it...
View ArticleClosed Unassigned: Discrepancies in Example [47]
Following the main example of the RDotNet usage, I got runtime error "DLL not found" when executing CreateInstance("nnn") with one parameter, and "entryPoint not found" when using Initialize() with no...
View ArticleEdited Issue: RDotNet.ParseException in engine.Evaluate() [48]
When I try to use this code```// Задаем путь к библам R, иначе работать не будет var oldPath = System.Environment.GetEnvironmentVariable("PATH"); var rPath = System.Environment.Is64BitProcess ?...
View ArticleCommented Issue: RDotNet.ParseException in engine.Evaluate() [48]
When I try to use this code```// Задаем путь к библам R, иначе работать не будет var oldPath = System.Environment.GetEnvironmentVariable("PATH"); var rPath = System.Environment.Is64BitProcess ?...
View ArticleCreated Feature: Pairlist should be coercible to lists in C# too [78]
While diagnosing issue https://rdotnet.codeplex.com/workitem/39 from Visual Studio, using the immediate window:```Evaluate("traceback()")RObjectType = Pairlist base: RObjectType = Pairlist Engine:...
View ArticleCommented Issue: Some unit tests fails if all the test suite is run [39]
Same behavior run on Windows 7, 64 bits, run from VS2013 test explorer.If run individually, 6 of the tests pass. If all test run, they fail and subsequently fail even if run alone.Recent work on...
View ArticleCommented Issue: Some unit tests fails if all the test suite is run [39]
Same behavior run on Windows 7, 64 bits, run from VS2013 test explorer.If run individually, 6 of the tests pass. If all test run, they fail and subsequently fail even if run alone.Recent work on...
View ArticleSource code checked in, #29bb5636412e
Reinstate a unit test for reinitializing the engine twice - was https://rdotnet.codeplex.com/workitem/54
View ArticleCommented Issue: Library problem [54]
Hi ,I used the R.NET project,and it run very well.But recently I found a problem about libray.here is my codes:``` var envPath = Environment.GetEnvironmentVariable("PATH"); var rBinPath = @"E:\Program...
View Article