New Post: Using R.Net without installing R
Where most users would use the following to try to automagically initialize the engine: REngine.SetEnvironmentVariables(); var engine = REngine.GetInstance();You can override the behavior with the...
View ArticleNew Post: Using R.Net without installing R
Ok great - Ill try that now. But what is rHome used for? I understand the rPath is set to find the R files, but what is the rHome used for? I mean why would you need to set that? Doesn't rPath already...
View ArticleNew Post: Using R.Net without installing R
Yes, R.NET will try to guess R_HOME from rPath, and you do not need to specify rHome. There are circumstances where one wants/needs to explicitly specify it however, so the option is here.
View ArticleCreated Unassigned: Missing registry key [135]
I installed the NuGet package, in my Visuals Studio 2013 solution, but when I try to start the R-script engine, I get this exception:Windows Registry key 'SOFTWARE\R-core' not found in...
View ArticleCommented Unassigned: Missing registry key [135]
I installed the NuGet package, in my Visuals Studio 2013 solution, but when I try to start the R-script engine, I get this exception:Windows Registry key 'SOFTWARE\R-core' not found in...
View ArticleEdited Issue: Missing registry key [135]
I installed the NuGet package, in my Visuals Studio 2013 solution, but when I try to start the R-script engine, I get this exception:Windows Registry key 'SOFTWARE\R-core' not found in...
View ArticleNew Post: Convert a datagridview content to dataframe?
Hi there I am using RDotNet via VB.NET. How can i convert a datagridview content to dataframe? I tried via this code: dataframe2=datagridview2.datasource but it dosent work. If it is possible,any...
View ArticleNew Post: To ASP.NET or not to ASP.NET?
Hi, I'm new to R and R.Net and I'm approaching both with one single objective: from our web-app, call some relatively simple R commands, get some graphs out of it and send them to the client. More in...
View ArticleEdited Issue: Error: C Stack Usage is too close to the limit [129]
Hello, thanks for your work on this library. I can't seem to get it to initialize: - Ubuntu 14.04 64 bit. - R-Base installed, and I mapped the path and checked they were OK with env. - Mono 3.2.8...
View ArticleCommented Issue: Cannot run unit tests on Linux (Debian) [40]
@ rvision 294Mono JIT compiler version 3.2.8 (mono-3.2.8/b1e8599 R version 3.0.2 (2013-09-25) -- "Frisbee Sailing"RDotNet.CharacterVectorTest.TestCharacter:SetUp : RDotNet.EvaluationException : Unable...
View ArticleCreated Feature: Improve messages given to the users from...
Another round of iterations: just make sure as much as possible is provided for users to help themselves.
View ArticleCreated Issue: MaxMemorySize on Linux; issue if not default [137]
Conditions```cd ~/src/codeplex/rdotnet/TestApps/MeasureRuntime/bin/Debug./MeasureRuntime.exe```works, however```./MeasureRuntime.exe 1000 24 ~/tmp/rdotnetruntimes.csv```does not. Gets the followins...
View ArticleCommented Issue: MaxMemorySize on Linux; issue if not default [137]
Conditions```cd ~/src/codeplex/rdotnet/TestApps/MeasureRuntime/bin/Debug./MeasureRuntime.exe```works, however```./MeasureRuntime.exe 1000 24 ~/tmp/rdotnetruntimes.csv```does not. Gets the followins...
View ArticleSource code checked in, #e30e1af4c19e
A tentative fix to issues 129 and 40 (seems to fix the crash aspect of 40)
View ArticleNew Post: To ASP.NET or not to ASP.NET?
The current version of R.Net was working for me in the general sense under ASP.Net/IIS. We did have a need to be able to stop/start/restart the R engine, so I've forked it and pulled the R engine into...
View ArticleCommented Issue: Cannot run unit tests on Linux (Debian) [40]
@ rvision 294Mono JIT compiler version 3.2.8 (mono-3.2.8/b1e8599 R version 3.0.2 (2013-09-25) -- "Frisbee Sailing"RDotNet.CharacterVectorTest.TestCharacter:SetUp : RDotNet.EvaluationException : Unable...
View ArticleNew Post: To ASP.NET or not to ASP.NET?
skyguy, Thanks! This sounds great, it seems that you are talking about your own (local? couldn't see an obvious fork in here) customisation and one that it's closely following what I've been trying to...
View ArticleCommented Issue: Error: C Stack Usage is too close to the limit [129]
Hello, thanks for your work on this library. I can't seem to get it to initialize: - Ubuntu 14.04 64 bit. - R-Base installed, and I mapped the path and checked they were OK with env. - Mono 3.2.8...
View ArticleSource code checked in, #0a87f98ccb65
FIX candidate for (part of) issue 40 and others - C stack limit not disabled on Linux
View Article