Created Issue: build.fsx fails if used with with framework 4.0 msbuild.exe [87]
Logging a repro here for a bug report to microsoft and/or the open source version of f#.Check out after [this...
View ArticleCreated Issue: fsi build.fsx execution leads to error FS0193: internal error:...
using ```Revision: 253Changeset: f8e3bd4164f0830641a4742d57524fbd90471dca [f8e3bd4164f0]Parents: 252Date: Tuesday, 25 February 2014 12:15:36 PM```and using /cygdrive/c/Program Files (x86)/Microsoft...
View ArticleEdited Issue: fsi build.fsx execution leads to error FS0193: internal error:...
Product and OS versions as detailed in [issue 87](https://rdotnet.codeplex.com/workitem/87)using ```Revision: 253Changeset: f8e3bd4164f0830641a4742d57524fbd90471dca [f8e3bd4164f0]Parents: 252Date:...
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 ArticleClosed 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: REngine Initialize() failing in FSI window
That solution is a little brittle. Couple key things, 1 - Are you using FSI in 32 or 64 bit mode? You set the path to 64 bits so will need to match. 2 - Are you able to just set the PATH variable on...
View ArticleNew Post: REngine Initialize() failing in FSI window
evolvedmicrobe wrote: That solution is a little brittle. Couple key things, 1 - Are you using FSI in 32 or 64 bit mode? You set the path to 64 bits so will need to match. 2 - Are you able to just set...
View ArticleCreated Issue: REngine.Initialize fails in the FSI interactive windows [89]
See:* https://rdotnet.codeplex.com/discussions/535555* https://github.com/jmp75/rdotnet-supportFails in VS2013 with latest F# add-in from Microsoft.
View ArticleNew Post: REngine Initialize() failing in FSI window
Yes there is an issue, at least with the latest release, possibly with the latest development code (yet to test)See repro at...
View ArticleNew Post: REngine Initialize() failing in FSI window
jperraud wrote: Yes there is an issue, at least with the latest release, possibly with the latest development code (yet to test)See repro at...
View ArticleEdited Issue: REngine.Initialize fails in the FSI interactive windows [89]
See:* https://rdotnet.codeplex.com/discussions/535555* https://github.com/jmp75/rdotnet-supportFails in VS2013 with latest F# add-in from Microsoft.Confirming the issue also occurs with the latest code...
View ArticleNew Post: REngine Initialize() failing in FSI window
Actually, the code you uses does recreate/reinitializes the R engine. RProvider does this already I now realise; you do not need to do it in your F# code. The code sample below taken from the R type...
View ArticleClosed Issue: REngine.Initialize fails in the FSI interactive windows [89]
See:* https://rdotnet.codeplex.com/discussions/535555* https://github.com/jmp75/rdotnet-supportFails in VS2013 with latest F# add-in from Microsoft.Confirming the issue also occurs with the latest code...
View ArticleClosed Issue: ParseException when running Sample twice under ASP.NET [8]
R.NET helps me a lot.I get a ParseException at line "engine.EagerEvaluate(..)" of the example on the project's homepage when running the using()-Statement twice under ASP.NET. In a C# console...
View ArticleClosed Issue: RDotNet.ParseException & Erro: C stack usage is too close to...
I can start the server and successfully call GetData(int value) multiple times. If I the call to the server in a loop I can call it forever. However, if I don't call it for 5 minutes or so and then try...
View ArticleClosed Issue: InvalidOperationException on retrieving a data frame [22]
Sample program attached for repro.Source code as of 2012-04-27, with local minor and a priori unrelated modifications.The root cause is in SymbolicExpression.GetAttribute. After a few successful...
View ArticleClosed Issue: REngine Initialization with parameter [32]
Hi, all, I tried to change RHome as the following: using (REngine engine = REngine.CreateInstance("RDotNet")){// Set R_HOME StartupParameter para = new StartupParameter(); para.RHome = "F:/lib/R";//...
View ArticleEdited Issue: Documentation for use on Mac/Linux is out of date [59]
The documentation at http://rdotnet.codeplex.com/documentation for using on Mac/Linux is out-of-date. Please update it!* The page talks about using "REngine.SetDllDirectory". However this is out of...
View ArticleEdited Issue: Memory corruption, CallbackOnCollectedDelegate was detected [45]
Trying to use the repro information in one of the reply in [discussion:441642]
View ArticleEdited Issue: dlopen: invalid caller on loading libR.so on CentOS [73]
Repro:Revision: 237Changeset: 8375124a9341c72faaba1bd8a8f31a34d8663b5c [8375124a9341]Date: Monday, 25 November 2013 11:34:08 AMBranch: jperraudSee...
View Article