New Post: R multiple version exists in a machine - The procedure entry point...
Hi, The windows installer for R records the R_HOME of the version installed in the registry at HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R Change the entries here to reflect the version you wish to use with...
View ArticleCreated Unassigned: R.Net favors the installer registry key over R_HOME [140]
I think this behavior is incorrect as R depends on R_HOME internally. What R.Net should be doing is looking for R_HOME and then building rPath from that. This way both R and R.Net's library loading are...
View ArticleCommented Unassigned: R.Net favors the installer registry key over R_HOME [140]
I think this behavior is incorrect as R depends on R_HOME internally. What R.Net should be doing is looking for R_HOME and then building rPath from that. This way both R and R.Net's library loading are...
View ArticleCreated Unassigned: Output does not autoprint [141]
Neither the console or the graphics device autoprint. When calling "head(), summary(), t.test(), etc.." it is expected that that the user should not have to wrap their calls in "print(...)"...
View ArticleCommented Unassigned: Output does not autoprint [141]
Neither the console or the graphics device autoprint. When calling "head(), summary(), t.test(), etc.." it is expected that that the user should not have to wrap their calls in "print(...)"...
View ArticleNew Post: protect(): protection stack overflow
I got the following error:RDotNet.EvaluationException: Error: protect(): protection stack overflow at RDotNet.REngine.Parse(String statement, StringBuilder incompleteStatement) at...
View ArticleNew Post: protect(): protection stack overflow
General R troubleshooting: What does executing Cstack_info() after you get the exception tell you? Are you using 32 bit R and how big are your datasets? If so, have you tried 64 bit R? R.Net...
View ArticleNew Post: Should the Known Issue of Memory Limit be updated?
The following code overrides the default memory limit and sets the max value on 32-builds of R (4095Mb according to ?memory.limit()):Evaluate( string.Format( "memory.limit({0})",...
View ArticleNew Comment on "Documentation"
I am currently working with the latest version of R.NET (version 1.5.14.13671) and when I use the onboarding examples described above, or whenever I call the engine from a WebAPI or web project I am...
View ArticleNew Comment on "Documentation"
I am currently working with the latest version of R.NET (version 1.5.14.13671) and when I use the onboarding examples described above, or whenever I call the engine from a WebAPI or web project I am...
View ArticleNew Post: Error in deployed asp.net application
stefano22 wrote: Guys today I spent a bit of time and I think I've figured out my problem. I realized that the web application is unable to dynamically set the environment variable PATH when runs under...
View ArticleNew Post: Error in deployed asp.net application
Add "C:\Program Files\R\R-3.1.1\bin\i386" to the SYSTEM path. Restart IIS or IIS express so that the path changes can be seen by the process. That will fix your issue under IIS. FWIW, there is a R_HOME...
View ArticleNew Post: Error in deployed asp.net application
That seems to have fixed it. I added both the the i386 and x64 bin locations to the SYSTEM path and the errors for loading the assemblies and functions has went away. now on to builder a better parser...
View ArticleEdited Issue: R.Net favors the installer registry key over R_HOME [140]
I think this behavior is incorrect as R depends on R_HOME internally. What R.Net should be doing is looking for R_HOME and then building rPath from that. This way both R and R.Net's library loading are...
View ArticleCommented Issue: R.Net favors the installer registry key over R_HOME [140]
I think this behavior is incorrect as R depends on R_HOME internally. What R.Net should be doing is looking for R_HOME and then building rPath from that. This way both R and R.Net's library loading are...
View ArticleCommented Issue: R.Net favors the installer registry key over R_HOME [140]
I think this behavior is incorrect as R depends on R_HOME internally. What R.Net should be doing is looking for R_HOME and then building rPath from that. This way both R and R.Net's library loading are...
View ArticleNew Post: R home not found by R.NET on OSX
I am running through the example tutorials of R.NET documentation. I am using xamarin studio and installed the most up to date R.NET package. I have the following lines from the tutorial:...
View ArticleCreated Unassigned: Forec ast [142]
Hi Team,How do we do forecasting in R-3.0.2, I am getting error while executing the code.Should we include any of the library, if so, then how to we include it.
View Article