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

Updated 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 Article


Edited Issue: MaxMemorySize startup parameter above 2047Mb is not picked up...

Noticed while working on the stress tests. A unit test checks that 128 Mb startup parameter is picked up, but it seems that ~2GB is the max that R native accepts, even on a 64 bits windows...

View Article


Source code checked in, #3556229682d6

Merge Wor around issue 110 Add build batch file.

View Article

Updated Release: R.NET 1.5.11 (Apr 24, 2014)

R.NET 1.5.11 is a release towards R.NET 1.6. You are encouraged to use 1.5.11 now and give feedback: much testing has already been performed. This release has few but possibly important changes...

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: Documentation

Introduction This page relates to R.NET 1.5.10 and R.NET 1.5.11.R.NET enables the .NET Framework to interoperate with the R statistical language in the same process. R.NET requires .NET Framework 4 and...

View Article


Updated 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 Article

Updated 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 Article

Commented 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 Article


Commented 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 Article


Edited Unassigned: RDotNet ParseException on IIS [49]

```public static double TestOtherR(){ engine = REngine.GetInstanceFromID("RDotNet"); if (engine == null){ var envPath = Environment.GetEnvironmentVariable("PATH"); var rBinPath = @"C:\Program...

View Article

Commented Unassigned: RDotNet ParseException on IIS [49]

```public static double TestOtherR(){ engine = REngine.GetInstanceFromID("RDotNet"); if (engine == null){ var envPath = Environment.GetEnvironmentVariable("PATH"); var rBinPath = @"C:\Program...

View Article

Edited Issue: RDotNet ParseException on IIS [49]

```public static double TestOtherR(){ engine = REngine.GetInstanceFromID("RDotNet"); if (engine == null){ var envPath = Environment.GetEnvironmentVariable("PATH"); var rBinPath = @"C:\Program...

View Article

Edited Issue: CentOS Building and Graphics [63]

Hi R.NET,First, thanks a lot for doing this project! I just made my first pdf of an R plot from .NET on CentOS and Windows without creating text files first, that's been something I have been hoping to...

View Article


Commented Issue: CentOS Building and Graphics [63]

Hi R.NET,First, thanks a lot for doing this project! I just made my first pdf of an R plot from .NET on CentOS and Windows without creating text files first, that's been something I have been hoping to...

View Article

Edited Feature: vector with size >= 2^31 [64]

R 3.0 overcame the 32-bit size limit of vectors. R.NET users could want to do random access to vectors from .NET interface (Vector<T>). The current interface only adapts to 32-bit size.* R.NET...

View Article


Edited 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 Article

Commented 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 Article


Created Issue: Check the LD_LIBRARY_PATH message for Linux [114]

I always forget to set this one myself, so better make sure the instructions are clear. Check that the error message on failed REngine startup because of LD_LIBRARY_PATH is now clearer. User experience!

View Article

Closed Issue: CreateIntegerVector(int) is too ambiguous [112]

Make sure there is no confusion between creating "of length n" and "an integer valued as n"Comments: Changed the API names for creating vectors of length one.

View Article

Closed Issue: REngine Initialization Failure on Windows 7 R-3.0.3 [106]

Looks like the R_HOME environment variable needs to be set on the Windows platform as well as on UNIX and Mac platforms without which REngine fails to initialize. The following line of code solves the...

View Article
Browsing all 1634 articles
Browse latest View live


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