New Post: Cleaning up between requests
@JoeJoe Have you found a satisfactory approach to this issue? If so, could you pl share the details? Thanks. - Dev
View ArticleCreated Unassigned: R engine not in a working state [130]
I am doing some predictions using R.NET - making data frames, running linear regression and then using predict method to obtain predictions. Everything run ok, until suddenly, I received (and received...
View ArticleNew Post: R.NET errors logging
From my experience, errors are thrown in C# (try running rEngine.Evaluate("x = (-1)!")) . It is more problematic with warnings. I found a little hacky way of catching those, though I would also...
View ArticleCreated Unassigned: problems while trying to reply the "Hello, R world...
HiMy first task using R.NET, was trying to reply the "Hello, R world example" (https://rdotnet.codeplex.com/documentation), however after type REngine. the method SetEnvironmentVariables is not...
View ArticleCreated Unassigned: ArgumentNullException was unhandled [132]
When I run the hello word program, I get the exception ArgumentNullException (see pic), How should I deal with it?
View ArticleCommented Unassigned: ArgumentNullException was unhandled [132]
When I run the hello word program, I get the exception ArgumentNullException (see pic), How should I deal with it? Comments: Your engine instance is null. Create CharacterVector is implemented as an...
View ArticleCommented Unassigned: problems while trying to reply the "Hello, R world...
HiMy first task using R.NET, was trying to reply the "Hello, R world example" (https://rdotnet.codeplex.com/documentation), however after type REngine. the method SetEnvironmentVariables is not...
View ArticleCommented Unassigned: R engine not in a working state [130]
I am doing some predictions using R.NET - making data frames, running linear regression and then using predict method to obtain predictions. Everything run ok, until suddenly, I received (and received...
View ArticleCommented Unassigned: Can't access R package libraries [127]
This Project looks very promising, please dont abandon it in any case.I am having, like many before me, issues with accessing R packages from within an REngine. My specs:.) Win XP SP3.) Visual Studio...
View ArticleCommented Unassigned: SetEnvironmentVariables [128]
when i call REngine.SetEnvironmentVariables(); it throws an error:Windows Registry sub-key 'R' of key 'HKEY_LOCAL_MACHINE\SOFTWARE\R-core' was not foundbut actually, there is such a key in this...
View ArticleClosed 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 Unassigned: ArgumentNullException was unhandled [132]
When I run the hello word program, I get the exception ArgumentNullException (see pic), How should I deal with it? Comments: You seem to be using a version of R.NET that is outdated; GetInstanceFromID...
View ArticleClosed Unassigned: ArgumentNullException was unhandled [132]
When I run the hello word program, I get the exception ArgumentNullException (see pic), How should I deal with it?
View ArticleClosed Unassigned: problems while trying to reply the "Hello, R world...
HiMy first task using R.NET, was trying to reply the "Hello, R world example" (https://rdotnet.codeplex.com/documentation), however after type REngine. the method SetEnvironmentVariables is not...
View ArticleCommented Unassigned: R engine not in a working state [130]
I am doing some predictions using R.NET - making data frames, running linear regression and then using predict method to obtain predictions. Everything run ok, until suddenly, I received (and received...
View ArticleCreated Unassigned: Differences in Visual Studio 2010 and Visual Studio...
Reference: https://rdotnet.codeplex.com/releases/view/122854, https://rdotnet.codeplex.com/documentationWhen I executed the sample "Hello World", it worked in Visual Studio 2010 but not in Visual...
View ArticleCommented Unassigned: R engine not in a working state [130]
I am doing some predictions using R.NET - making data frames, running linear regression and then using predict method to obtain predictions. Everything run ok, until suddenly, I received (and received...
View ArticleCommented Unassigned: R engine not in a working state [130]
I am doing some predictions using R.NET - making data frames, running linear regression and then using predict method to obtain predictions. Everything run ok, until suddenly, I received (and received...
View ArticleCommented Unassigned: R engine not in a working state [130]
I am doing some predictions using R.NET - making data frames, running linear regression and then using predict method to obtain predictions. Everything run ok, until suddenly, I received (and received...
View ArticleClosed Unassigned: Cannot call base package functionality in r [116]
Hi!I have installed R.NET version 1.5.12, also tried version 1.5.11. I am simply trying to make the simple eample with the t-distribution test work.Simple operations work fine, such as NumericVector...
View Article