Created Unassigned: package load failed for matrixstats while calling [193]
package load failed for matrixstats while calling
View ArticleEdited Unassigned: package load failed for matrixstats while [193]
package load failed for matrixstats while calling
View ArticleEdited Unassigned: package load failed for matrixstats [193]
I fixed the issue from another post: http://author-entry17.rssing.com/chan-9456546/all_p43.htmlYou have to copy over the dlls from the architecture folder into the package path as a work around. Please...
View ArticleEdited Unassigned: package load failed for matrixstats, stats.dll shared...
I fixed the issue from another post: http://author-entry17.rssing.com/chan-9456546/all_p43.htmlYou have to copy over the dlls from the architecture folder into the package path as a work around. Please...
View ArticleEdited Unassigned: package load failed for matrixstats, stats.dll shared...
please deleteI fixed the issue from another post: http://author-entry17.rssing.com/chan-9456546/all_p43.html You have to copy over the dlls from the architecture folder into the package path as a work...
View ArticleEdited Unassigned: package load failed for matrixstats, stats.dll shared...
I fixed the issue from another post: http://author-entry17.rssing.com/chan-9456546/all_p43.html You have to copy over the dlls from the architecture folder into the package path as a work around....
View ArticleEdited Unassigned: package load failed for matrixstats, stats.dll shared...
There might be other base package/s that may be failing after the package shown in the error.for me matrixStats was failing but in the background stats was failing to load. and that was failing because...
View ArticleNew Post: {"Error: could not find function \"InterVA\"\n"}
Dear All, I want to run the Function InterVA in C# using R.net, but the running gives me this error: {"Error: could not find function \"InterVA\"\n"}. I have checked in internet using Google even in...
View ArticleNew Post: R is waiting for 'yes' or 'no'. How to answer that?
Hi, I am using R.NET v1.6.5. I ran following script and my C# application hung. Later I ran it in the RGUI console and found that R is actually waiting for me to enter 'yes' or 'no'. So, I guessed that...
View ArticleCreated Unassigned: Missing quoting string causes unhandled exception [194]
Hi, I have to evaluate R scripts written by my application's users; I noticed that if a string (in my case containing a directory's path) it's not quoted, REngine crash with an unhandled exception,...
View ArticleCreated Unassigned: Cannot install readxl and reshape packages [195]
I'm trying to evaluate a script that uses reshape and readxl packages.The code i'm using:``` REngine.SetEnvironmentVariables(); REngine engine = REngine.GetInstance(); engine.Initialize(); string[]...
View ArticleNew Post: How to create a dataframe
Hi, Using RDotNet I am trying to call a R function which will get a dataframe. This is the first time I am working with RDotnet. For testing purpose I created the following script: returnList =...
View ArticleCreated Unassigned: Call anesrake package [196]
I'm trying to to call Anesrake package from R.Net, but without any luck. Is there any way to include that package in .net project and calle it using R.Net?Following link is the where you can get...
View ArticleEdited Unassigned: Call anesrake package [196]
I'm trying to to call Anesrake package from R.Net, but without any luck. Is there any way to include that package in .net project and calle it using R.Net?Following link is the where you can get...
View ArticleCreated Unassigned: Exception at REngine.SetEnvironmentVariables() call [197]
Hi,I am getting an exception at REngine.SetEnvironmentVariables() in my below code, may I know how can I check the environment variables are set correctly.```static void Main(string[] args){...
View ArticleNew Post: R.net in Azure Function sandbox
Hi all, we have the following issue. We did a project on Azure with R.net inside a Workerrole to execute some R scripts provided by our customer in our application. Now we are moving the execution from...
View ArticleCreated Unassigned: loadRconsole() Exception [198]
Hi,I am trying to use this R function in order to set some parameters. Specifically I am using the View() function for viewing dataframes but want to change the text color .loadRconsole() will read the...
View Article