Closed Issue: R.NET 1.5.14 breaks rClr data marshaling [120]
See [rClr issue 31](https://rclr.codeplex.com/workitem/31)Comments: Fixed with R.NET 1.5.15
View ArticleReleased: R.NET 1.5.15 (May 30, 2014)
R.NET 1.5.15 is a beta release towards R.NET 1.6. You are encouraged to use it now and give feedback. This update is only available via nuget.org at R.NET Community and R.NET FSharp Utility. You are...
View ArticleCreated Release: R.NET 1.5.15 (May 30, 2014)
R.NET 1.5.15 is a beta release towards R.NET 1.6. You are encouraged to use it now and give feedback.This update is only available via nuget.org at R.NET Community and R.NET FSharp Utility. You are...
View ArticleCommented Unassigned: Hosting R under IIS generates an error when using...
If you create an ASP.Net project (MVC/WebAPI2), R will appear to load and function properly if you try executing simple code: x <- 4 + 4 print(x)will output 8.However, if you try an external...
View ArticleCommented Unassigned: Hosting R under IIS generates an error when using...
If you create an ASP.Net project (MVC/WebAPI2), R will appear to load and function properly if you try executing simple code: x <- 4 + 4 print(x)will output 8.However, if you try an external...
View ArticleCommented Unassigned: Hosting R under IIS generates an error when using...
If you create an ASP.Net project (MVC/WebAPI2), R will appear to load and function properly if you try executing simple code: x <- 4 + 4 print(x)will output 8.However, if you try an external...
View ArticleCommented Issue: build.fsx fails if used with with framework 4.0 msbuild.exe...
Logging a repro here for a bug report to microsoft and/or the open source version of f#.Check out after [this...
View ArticleReleased: R.NET 1.5.15 (NuGet) (May 30, 2014)
R.NET 1.5.15 is a beta release towards R.NET 1.6. You are encouraged to use it now and give feedback. This update is only available via nuget.org at R.NET Community and R.NET FSharp Utility. You are...
View ArticleUpdated Release: R.NET 1.5.15 (NuGet) (May 30, 2014)
R.NET 1.5.15 is a beta release towards R.NET 1.6. You are encouraged to use it now and give feedback.This update is only available via nuget.org at R.NET Community and R.NET FSharp Utility. You are...
View ArticleCreated Unassigned: Review behavior of REngine.Initialize [121]
I think I need to keep the Initialize API in some use cases, in addition to GetInstance. Do I really? the inconvenient is that it currently silently ignores calls more than once. This may create issues...
View ArticleEdited Task: Review behavior of REngine.Initialize [121]
I think I need to keep the Initialize API in some use cases, in addition to GetInstance. Do I really? the inconvenient is that it currently silently ignores calls more than once. This may create issues...
View ArticleNew Post: How to fetch R output to C# forms ?
Hi, I am new to R programming. I am stuck while building application. I created a R script that fetches BARPLOT. but how to get that output on a C# form. Please help me. Thanks in advance. Avinash
View ArticleNew Post: DLL was not found
Hi All, I am running the following code and I receive the error message below. Any idea what is the trouble? On the PC it is installed .NET Framework of a version higher than 4. Thank you Dragomir...
View ArticleNew Post: DLL was not found
You seem to be using on older version of R.NET. I'd advise you follow https://rdotnet.codeplex.com/documentation for your tests, using the latest packages on NuGet. It is not possible to say what is...
View ArticleNew Post: DLL was not found
jperraud, you are right: I have to call the latest version of R.NET as described in the Documentation site. Thank you
View ArticleNew Post: R.Net data type and C#
Hi All, If I run var e = engine.Evaluate("x <- 3") or NumericVector x = engine.GetSymbol("x").AsNumeric(); I can't use neither e nor x for further calculations in C#, for example var y = e + 4* x...
View ArticleCommented Unassigned: Library Administrator problem [119]
Hi, I'm trying to install an R library from C# using R.net. When you try to install it from R console it shows a popup message asking your permission to install. The problem is when you try to do that...
View Article