New Post: Why only the first definition of matrix in R code is returned?
So, I've got some clue. Because this code is inside C# code, it is indented. That leads to problems with for cycle. I didn't fixed it yet, but I suspect, that the problem is the result of specific use...
View ArticleCreated Unassigned: REngine.CreateInstance("RDotNet") Fails in F# [51]
following the example from the main page using F# (script), I did this:#r @"C:\TFS\Tff.RDotNetExample_Solution\packages\R.NET.1.5.3\lib\net40\RDotNet.dll"#r...
View ArticleEdited Unassigned: REngine.CreateInstance("RDotNet") Fails in F# [51]
following the example from the main page using F# (script), I did this:#r "C:\TFS\Tff.RDotNetExample_Solution\packages\R.NET.1.5.3\lib\net40\RDotNet.dll"#r...
View ArticleEdited Unassigned: REngine.CreateInstance("RDotNet") Fails in F# [51]
following the example from the main page using F# (script), I did this:open System.IOopen RDotNetlet environmentPath = System.Environment.GetEnvironmentVariable("PATH")let binaryPath = @"C:\Program...
View ArticleEdited Unassigned: REngine.CreateInstance("RDotNet") Fails in F# [51]
following the example from the main page using F# (script), I did this:#r "C:\TFS\Tff.RDotNetExample_Solution\packages\R.NET.1.5.3\lib\net40\RDotNet.dll"open System.IOopen RDotNetlet environmentPath =...
View ArticleEdited Unassigned: REngine.CreateInstance("RDotNet") Fails in F# [51]
following the example from the main page using F# (script), I did this:'#r "C:\TFS\Tff.RDotNetExample_Solution\packages\R.NET.1.5.3\lib\net40\RDotNet.dll"open System.IOopen RDotNetlet environmentPath =...
View ArticleEdited Unassigned: REngine.CreateInstance("RDotNet") Fails in F# [51]
following the example from the main page using F# (script), I did this:'#r "C:\TFS\Tff.RDotNetExample_Solution\packages\R.NET.1.5.3\lib\net40\RDotNet.dll"'#r...
View ArticleCommented Unassigned: REngine.CreateInstance("RDotNet") Fails in F# [51]
following the example from the main page using F# (script), I did this:'#r "C:\TFS\Tff.RDotNetExample_Solution\packages\R.NET.1.5.3\lib\net40\RDotNet.dll"'#r...
View ArticleCommented Unassigned: REngine.CreateInstance("RDotNet") Fails in F# [51]
following the example from the main page using F# (script), I did this:'#r "C:\TFS\Tff.RDotNetExample_Solution\packages\R.NET.1.5.3\lib\net40\RDotNet.dll"'#r...
View ArticleCommented Unassigned: REngine.CreateInstance("RDotNet") Fails in F# [51]
following the example from the main page using F# (script), I did this:'#r "C:\TFS\Tff.RDotNetExample_Solution\packages\R.NET.1.5.3\lib\net40\RDotNet.dll"'#r...
View ArticleNew Post: Execute local R script
Hi No need for you to read the file in C# Try it this way: engine.Evaluate("source(\"C:\\R-scripts\\r-test.R\")");
View ArticleNew Post: A begginer in C# and fluent in R!
Hi folks, I would appreciate if anyone can guide me towards the right direction. I am beginning to work with C# and my background is not software engineering; I am fluent in R though. I need to deliver...
View ArticleCreated Unassigned: Linear regression [52]
I am writing a little app that does linear regression on a given data set. I was hoping to use R.Net to achieve this. However, I appear to be having a little bother with the lm() function, and would...
View ArticleCommented Unassigned: Linear regression [52]
I am writing a little app that does linear regression on a given data set. I was hoping to use R.Net to achieve this. However, I appear to be having a little bother with the lm() function, and would...
View ArticleNew Post: Use of drc library, instability ?
hi Sorry for responding only now. here is a version like you wanted. Thank you for your help Imports RDotNet Imports System Imports System.Collections Imports Microsoft.Win32 Imports...
View ArticleNew Post: Use of drc library, instability ?
Hello Uranne,This is a common mistake which is covered in several location on the web site.The R.NET instance can only be create once for the life of an application.Move your "opening R" code section...
View ArticleNew Post: Use of drc library, instability ?
Hello, thank you for helping me. This mistake is repaired. Now during the first test, my application works, but if I test it a second time just after, it doesn't works, stopping at "library(drc)" step....
View ArticleNew Post: Execute local R script
For readers of this discussion, see also http://stackoverflow.com/a/18648206/2752565.
View Article