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 ArticleEdited 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 ArticleUpdated 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 ArticleUpdated 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 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 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 ArticleCommented 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 ArticleCommented 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 ArticleEdited 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 ArticleCommented 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 ArticleEdited 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 ArticleEdited 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 ArticleCommented 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 ArticleEdited 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 ArticleEdited 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 ArticleCommented 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 ArticleCreated 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 ArticleClosed 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 ArticleClosed 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