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

New Post: Error in .jinit(): Cannot create Java virtual machine (-4)

This worked just fine for me with no particular setup compared to other code run via R.NET. I used the latest R.NET development code but don't see any reason why this would not work with R.NET...

View Article


Edited Issue: Environment.SetSymbol not working as documented [93]

Environment.SetSymbol is documented as a method which "Defines a symbol in this environment." However, the underlying R function (Rf_SetVar) has this comment: Assign a new value to bound symbol. Note...

View Article


New Post: R.net reading tree

I mean how can I get in c# this text which appears in console which is taken from R console.

View Article

Commented Feature: Support usage of R.NET from multiple App Domains [92]

One problem that comes up for us quite a bit when using R.NET from the RProvider is that we need to load it into multiple appdomains simultaneously. The native R.DLL is obviously AppDomain agnostic,...

View Article

New Post: REngine only working once

Hello everyone, i'm setting up a simple web application and when i run the sample code it works on my first run, but then stops working if the page is reloaded. Here's the code i'm using:using System;...

View Article


New Post: REngine only working once

Hello. REngine.CreateInstance should be called once only during the process. You'll find references to how to do this in a few posts such as https://rdotnet.codeplex.com/discussions/471843 and...

View Article

New Post: Error in .jinit(): Cannot create Java virtual machine (-4)

Thanks for the quick response. I am equally surprised as to see why it would not work. I haven't tried it on other machine yet, but will give that a shot very soon. I also tried it with java options to...

View Article

New Post: Very curious (different) memory issue

terrific! will examine. I hadn't written back because I had solved the issue another way (poor of me I know). Looks like I had (probably) two issues which were causing the memory leak. 1) Bringing back...

View Article


Created Unassigned: How to call a function from R and packages using R.net. [94]

I have been trying to access functions from R and packages from R like library("quantmod"),So I dont know the syntex ,or is it possible to do so ??? Can any one help me with this issue...

View Article


Closed Unassigned: How to call a function from R and packages using R.net. [94]

I have been trying to access functions from R and packages from R like library("quantmod"),So I dont know the syntex ,or is it possible to do so ??? Can any one help me with this issue...

View Article

Edited Unassigned: How to call a function from R and packages using R.net. [94]

I have been trying to access functions from R and packages from R like library("quantmod"),So I dont know the syntex ,or is it possible to do so ??? Can any one help me with this issue...

View Article

Closed Feature: Minimise code for the engine initialization in the majority...

Most users will just use `engine.Initialize()` without ever using the optional arguments. How about the following signature for REngine.CreateInstance: ```C#CreateInstance(bool initialize=true, string...

View Article

Closed Unassigned: StackOverFlow Exception While calling a R Script File [85]

Hi All,Can any one help he how to handle a large csv file processing for calculationI took a CSV file with 10 Lakh recordsLoaded in to a R using the following...

View Article


Closed Issue: Access violation with AsList [81]

With this code:``` var numlist = engine.Evaluate("c(1.5, 2.5)").AsList(); Console.WriteLine(numlist); Console.WriteLine(numlist[1]);```I get an access violation when attempting to retrieve item 1. (I...

View Article

Created Unassigned: R.NET does not work with new release of R 3.0.3 [95]

I wrote some simple code in F# to test R.NET for R 3.0.2 and it works fine. When I upgrade my R to the newly release of 3.0.3, the same code does not work any more. I correctly specify the path where...

View Article


Edited Issue: R.NET does not work with new release of R 3.0.3 [95]

I wrote some simple code in F# to test R.NET for R 3.0.2 and it works fine. When I upgrade my R to the newly release of 3.0.3, the same code does not work any more. I correctly specify the path where...

View Article

Commented Issue: R.NET does not work with new release of R 3.0.3 [95]

I wrote some simple code in F# to test R.NET for R 3.0.2 and it works fine. When I upgrade my R to the newly release of 3.0.3, the same code does not work any more. I correctly specify the path where...

View Article


Commented Issue: R.NET does not work with new release of R 3.0.3 [95]

I wrote some simple code in F# to test R.NET for R 3.0.2 and it works fine. When I upgrade my R to the newly release of 3.0.3, the same code does not work any more. I correctly specify the path where...

View Article

Commented Issue: R.NET does not work with new release of R 3.0.3 [95]

I wrote some simple code in F# to test R.NET for R 3.0.2 and it works fine. When I upgrade my R to the newly release of 3.0.3, the same code does not work any more. I correctly specify the path where...

View Article

Commented Issue: R.NET does not work with new release of R 3.0.3 [95]

I wrote some simple code in F# to test R.NET for R 3.0.2 and it works fine. When I upgrade my R to the newly release of 3.0.3, the same code does not work any more. I correctly specify the path where...

View Article
Browsing all 1634 articles
Browse latest View live