Quantcast
Channel: R.NET
Browsing all 1634 articles
Browse latest View live
↧

Commented Unassigned: Rengine initialization: while running from visual...

Rengine initialization: while running from visual studio first time i got the result on button click .But the second time while click on button, same hangs in engine.initialize....pls help...

View Article


Commented Unassigned: Getting error while browsing the rdotnet application...

Hi all,'Please help me for the below issue. I have attached the error while browsing application from IIS. I am getting library tm not found. But the same is working from dotnetframework. I am facing...

View Article


New Post: Python (and Other Dynamic Languages) Integration

I´m trying to use R.Net in IronPython. I´ve a C# application that has an IronPython script engine, in a way the user can write a script and run it. The idea is to provide R features to those scripts....

View Article

New Post: Python (and Other Dynamic Languages) Integration

It has been a while since I last worked on this, but I would be happy to help figure out what is going on. Which version of IronPython, .Net and RDotNet are you using?

View Article

New Post: Python (and Other Dynamic Languages) Integration

Tks about your prompt answer. IronPython 2.7.5 (2.7.5.0) on .NET 4.0.30319.18408 (64-bit) R .Net is that forrk you indicated above:...

View Article


New Post: Python (and Other Dynamic Languages) Integration

Mauro,"Operation is not valid due to the current state of the object" tend to indicate that the native R engine has lost the plot; typically because of an engine reinitialisation (not possible because...

View Article

Commented Unassigned: rdotnet is very slow [170]

Please help me to avoid slowness in rdotnetComments: I think skyguy94 playfully hints, and rightly so, at [guidelines on how to ask a question or report an...

View Article

New Post: Python (and Other Dynamic Languages) Integration

Guys, I was debugging Vector.cs and the error is in public abstract class Vector<T> : SymbolicExpression, IEnumerable<T> method, in the line:base(engine,...

View Article


Created Unassigned: Dataset Pass into R function C# [174]

Hi,I want to pass dataset into r function in c# how its possible.R Code :```fnData<-function(df){ret<-df#apply(df,1,mean)return(df)}```C# Code :``` DataFrame df = engine.Evaluate("fnData('" + d +...

View Article


New Post: Python (and Other Dynamic Languages) Integration

Sorry, I was not feeling well for the last few days, and did not have a chance to look at this. I'll try to do so after work tonight.

View Article

New Post: Execute local R script

How to pass dataset or datatable to R script

View Article

Commented Unassigned: R.net Code not working [173]

Hi, I get the from this site but not working, im new in R.Net please help me what is my mistake. i am using MVC. Code``` REngine.SetEnvironmentVariables();// There are several options to initialize the...

View Article

Commented Issue: ParseException on a call to dev.copy(png, ) [41]

See repro code in:https://rdotnet.codeplex.com/discussions/446998Work over Nov 2013 to Jan 2013 makes the diagnosis easier.Comments: hi @jperraud i was trying to save an image from r.net, i have follow...

View Article


New Post: how to call function from r script

First:source("D:\something.R") cannot work. You have a single backslash character. Use:source(@"D:\something.R") Probably the same thing with the following, as an aside:"sentence = gsub('\\d+', '',...

View Article

New Post: how to use some functions of a R package by R.Net in an C#...

Hello, Is it possible to call a function of R through some specific packages, such as 'rrcov'? I would be thankful if you refer me to some materials. Thanks in advance.

View Article


New Post: Interactive Graphics

http://www.statmethods.net/advgraphs/interactive.html How to extract data point information from IGraphicsDevice Are there data point information that can be extracted from IGraphicsDevice so that one...

View Article

Created Unassigned: R.Net Error: could not find function "memory.limit" [175]

Hi, I have the following lines of code in C#: string RpathOld = @"C:\Program Files\R\R-3.1.0\bin\x64"; string RpathNew = @"C:\Program Files\R\R-3.2.0\bin\x64"; try {...

View Article


New Post: How to release a standalone R.net exe

I want to build a release version of a program that runs an R script (from C# environment) which can run from a Windows PC without the need of also having the R library installed on the deployment PC....

View Article

New Post: How to release a standalone R.net exe

In theory this is possible, in practice you should force the user to install R or write a script that does. R is a C compiled program that is heavily platform dependent, and they jumped through all...

View Article

New Post: How to release a standalone R.net exe

Thanks for the reply. If I would do a static build, would that work?

View Article
Browsing all 1634 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>