Created Issue: Make autoprint switchable [152]
Calling R_Print on all visible evaluations is problematic at usage, on large data especially. Make that a switch on the R engine, disabled by default.
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 ArticleEdited 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 ArticleEdited Unassigned: Parse exception but only sometimes [100]
Hi I have simple code,that 1 for 10 request edns with this error, any gues why ? multithreads or sth else?it blows up in the first line >...
View ArticleCommented Unassigned: Parse exception but only sometimes [100]
Hi I have simple code,that 1 for 10 request edns with this error, any gues why ? multithreads or sth else?it blows up in the first line >...
View ArticleClosed Unassigned: R.NET not running from Xamarin Studio 4.2.3 [101]
See https://rdotnet.codeplex.com/workitem/95:"However, it works with VS 2013 but does not work with Xamarin Studio 4.2.3, the code is exactly the same. Since Xamarin Studio 4.2.3 only supports x86, I...
View ArticleCommented Issue: Make autoprint switchable [152]
Calling R_Print on all visible evaluations is problematic at usage, on large data especially. Make that a switch on the R engine, disabled by default.Comments: I think that being able to disable it is...
View ArticleCreated Issue: resizing plots generated from console using R.Net causes...
See http://stackoverflow.com/questions/27612311/resizing-plots-generated-using-r-net-causes-application-to-crash
View ArticleCommented Issue: resizing plots generated from console using R.Net causes...
See http://stackoverflow.com/questions/27612311/resizing-plots-generated-using-r-net-causes-application-to-crashComments: I can't find a problem with this with trivial WinForms or WPF apps, is there...
View ArticleNew Post: R.NET can not get instance at server
First off, I'm very sorry for the long delay. The holidays, conferences, and work tasks got the better of me. The hang at setup_Rmainloop typical happens during an attempt at an engine re-init. My...
View ArticleNew Post: R.NET can not get instance at server
Oh, and if you wanted to open this as in issue on github, I'd really appreciate it. Codeplex is killing me.
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 ArticleNew Post: R.NET can not get instance at server
Thank you so much Ritch! It is really nice of you, I am very moved! I also replied so late due to long holidays and getting sick after long holidays, so don't you feel sorry. I am in Germany so...
View ArticleNew Post: [R.NET Last release - CREATE MULTIPLE ENGINES]
Hi R.Net guys After downloading and installing the last release of R.Net I try to create multiple instances of REngine in order to realise many parallelized computation with R (An Rengine in each C#...
View ArticleNew Post: [R.NET Last release - CREATE MULTIPLE ENGINES]
Hi R.Net guys After downloading and installing the last release of R.Net I try to create multiple instances of REngine in order to realise many parallelized computation with R (An Rengine in each C#...
View ArticleNew Post: [R.NET Last release - CREATE MULTIPLE ENGINES]
Hi R.Net guys After downloading and installing the last release of R.Net I try to create multiple instances of REngine in order to realise many parallelized computation with R (An Rengine in each C#...
View ArticleNew Post: [R.NET Last release - CREATE MULTIPLE ENGINES]
TL;DR - You can't have multiple R engines with a single R.Net process. In R.Net the unmanaged R dlls get loaded into the process and there currently isn't a way to load R as a separate process and...
View ArticleNew Post: [R.NET Last release - CREATE MULTIPLE ENGINES]
Thant you skyguy94 for your reply and your advices, I understand why my test code does not work. I will look "snow" and "foreach" as you advised me.
View ArticleNew Post: CodeMash Shoutout for RDotNet
Mathias Brandewinder gave a fun and interesting presentation on using F# for machine learning at this years CodeMash (http://www.codemash.org/session/f-and-machine-learning-a-winning-combination/). One...
View ArticleNew Post: Returning a time series to .net using r packages xts or zoo.
I am trying to call a function in R that can return a time series as tx, xts, or zoo format. In all cases, r.net does not return the dates. It will only return the stock prices. The following code...
View Article