New Post: Error in deployed asp.net application
I have almost exact problem except my web application did not return any error but was loading forever. I tried to add both the R paths to system path, but that did not work for me either !!? I am...
View ArticleCommented Unassigned: Parameters in graphics do not apply [151]
Hi all,When I try to plot an image with parameters such as main="..." or xlab="..." none of the set values show up in the image later on. The call is nested and looks in the end like:...
View ArticleCommented Unassigned: Parameters in graphics do not apply [151]
Hi all,When I try to plot an image with parameters such as main="..." or xlab="..." none of the set values show up in the image later on. The call is nested and looks in the end like:...
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 ArticleNew Post: R.NET can not get instance at server
To test if it is a general problem with R.NET working with IIS7 under windows server 2008 R2. I created a default web form application by visual studio, just add these three lines to Application_Start...
View ArticleNew Post: R.NET can not get instance at server
I'll try to take a look at it on Thurs or Fri to see if I can replicate the issue.
View ArticleNew Post: R.NET can not get instance at server
skyguy94 wrote: I'll try to take a look at it on Thurs or Fri to see if I can replicate the issue. Oh thank you so much skyguy94!!! I look forward to hear from it!
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 ArticleClosed 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 ArticleClosed Issue: Periodic parse error when static wrapper class is used in...
Hello. I have strange error in my code, which I get episodically: "An exception of type 'RDotNet.ParseException' occurred in RDotNet.dll but was not handled in user code".Sometimes code works correct,...
View ArticleClosed Issue: Crazy mono glibc detected error [75]
I am using the jperraud branch and just tried to load R on CentOS using the new initialization that passes in strings ( this was to test/avoid the whole --no-save/-vanilla stuff). When I tried this I...
View ArticleClosed 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 ArticleEdited Issue: 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: 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 ArticleClosed Issue: Problems when R runs on other threads [71]
In mono, if a thread from the thread pool uses the REngine, several errors about a limited stack size appear. This is described in section 8.1.5 of http://cran.r-project.org/doc/manuals/R-exts.pdfOne...
View ArticleClosed Unassigned: RDOTNET and RSTUDIO [138]
Hello,I am just starting with RDotNet and I would like to know if there is any chance to combine RDOTNET and RSTUDIO. What I mean is, I would like to develop C# app that is able to send data to a...
View ArticleEdited Unassigned: Remove Old R.Net 1.5.5 from NuGet [126]
It would be nice if this package went away. Can RecycleBin or another owner file a NuGet support request to have it removed? I don't believe there's a good reason, other than forcing people to upgrade,...
View ArticleClosed Issue: R.NET 1.5.5 on FreeBSD with MonoDevelop 4.0.12 does not work. [83]
I tested R.NET 1.5.5 on FreeBSD with MonoDevelop 4.0.12. It does not work.The following line throws exceptions shown below:line 43 of RDotNet.NativeLibrary.UnmanagedDll.cs: IntPtr handle =...
View ArticleClosed 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 ArticleCommented Issue: DataFrameTest fails on Linux on second run within a same...
Linux, Mono 3.12.1 built from master, 2014-11-09. R 3.2.1, Debian unstable.nunit-gui; running DataFrameTest once is successful, second time crashes the process (not sure yet which test). A couple of...
View Article