Created Unassigned: ArgumentNullException when trying to initialize R.NET [122]
Hello. I'm using 1.5.15 version of R.NET. I have an error when running this code:```using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using...
View ArticleNew Post: R.Net data type and C#
NumericVector and other similar classes do not have overloaded operators indeed. Worth considering in a future release, but not obvious. One converts R vectors to C# "equivalents" with...
View ArticleCommented Unassigned: ArgumentNullException when trying to initialize R.NET...
Hello. I'm using 1.5.15 version of R.NET. I have an error when running this code:```using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using...
View ArticleEdited Issue: ArgumentNullException when trying to initialize R.NET [122]
Hello. I'm using 1.5.15 version of R.NET. I have an error when running this code:```using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using...
View ArticleCommented Issue: ArgumentNullException when trying to initialize R.NET [122]
Hello. I'm using 1.5.15 version of R.NET. I have an error when running this code:```using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using...
View ArticleNew Post: R.Net data type and C#
jperraud, I appreciate your prompt and helpful feedback. Thank you.
View ArticleUpdated Wiki: Home
Project Description: R.NET enables the .NET Framework to interoperate with the R statistical language in the same process. R.NET requires .NET Framework 4 and the native R DLLs installed with the R...
View ArticleUpdated Wiki: Documentation
Introduction This page relates to R.NET 1.5.13. version 1.5.13 is functionally identical to 1.5.12, but is available as a package on NuGet.org.R.NET enables the .NET Framework to interoperate with the...
View ArticleCommented Issue: ArgumentNullException when trying to initialize R.NET [122]
Hello. I'm using 1.5.15 version of R.NET. I have an error when running this code:```using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using...
View ArticleCreated Unassigned: Error: package 'RMySQL' is not installed for 'arch =...
When I am running an Rscript using the C# code i got the error i mentioned as subject. Actually the RMySQL package is correctly installed and i can run the script from Rconsole directly. But when...
View ArticleCreated Unassigned: Code build error [124]
Hi,If i install the latest R.Net from NuGet in 64 bit Win7 , it will install "1.5.5.0" version and i run the sample, got error in "SetEnvironmentVariables()" line.But i have downloaded the source code...
View ArticleNew Post: RDONTET solution build error
Hi, i have downloaded the latest R.Net dll from NuGet and got build error. If i reference other versions it works fine. Please check the below issue also.TEXT
View ArticleCommented Unassigned: Code build error [124]
Hi,If i install the latest R.Net from NuGet in 64 bit Win7 , it will install "1.5.5.0" version and i run the sample, got error in "SetEnvironmentVariables()" line.But i have downloaded the source code...
View ArticleClosed Unassigned: Code build error [124]
Hi,If i install the latest R.Net from NuGet in 64 bit Win7 , it will install "1.5.5.0" version and i run the sample, got error in "SetEnvironmentVariables()" line.But i have downloaded the source code...
View ArticleNew Post: R.NET stealing CancelKeyPress
Boolean breakit = false; Console.CancelKeyPress += (sender, eventArgs) => { breakit = true; }; REngine re = REngine.GetInstance(device: new ConsoleDevice()); while (true) { Thread.Sleep(100); if...
View ArticleNew Post: R.NET stealing CancelKeyPress
Thank you for reporting this. This is probably something that interplays with the native R engine, which probably catches Esc key presses. While I know a bit about events in .NET, I have no first hand...
View ArticleCreated Unassigned: Holt-Winters fails when called via R.NET, while working...
I am currently working on a Project where I pass a vector to R.Net from a C# Application in order to perform Holt-Winters on the data. In most cases (~99 of 100) it works, but sometimes it won´t work...
View ArticleCommented Unassigned: Holt-Winters fails when called via R.NET, while working...
I am currently working on a Project where I pass a vector to R.Net from a C# Application in order to perform Holt-Winters on the data. In most cases (~99 of 100) it works, but sometimes it won´t work...
View ArticleCommented Unassigned: Error: package 'RMySQL' is not installed for 'arch =...
When I am running an Rscript using the C# code i got the error i mentioned as subject. Actually the RMySQL package is correctly installed and i can run the script from Rconsole directly. But when...
View ArticleCommented Unassigned: Holt-Winters fails when called via R.NET, while working...
I am currently working on a Project where I pass a vector to R.Net from a C# Application in order to perform Holt-Winters on the data. In most cases (~99 of 100) it works, but sometimes it won´t work...
View Article