Updated Wiki: Documentation
Setting-up Your ProjectAdd reference of RDotNet and RDotNet.NativeLibrary to your project. Note that RDotNet.NativeLibrary is OS dependent. For Windows, get it from RDotNet.Windows.zip or NuGet...
View ArticleNew Post: unable to load DLL 'libdl.dll'
I didn't realize I needed to install the original R software as well as R.Net. Once I did that and set my path environment to find the R.dll, everything worked fine. Thanks again for your help!
View ArticleUpdated Wiki: Documentation
Setting-up Your ProjectAdd reference of RDotNet and RDotNet.NativeLibrary to your project. Note that RDotNet.NativeLibrary is OS dependent. For Windows, get it from RDotNet.Windows.zip or NuGet...
View ArticleUpdated Wiki: Home
Project Description: R.NET enables .NET Framework to collaborate with R statistical computing. R.NET requires .NET Framework 4 and native DLLs installed with R environment. You need no other extra...
View ArticleNew Post: R Installation prerequisite
Hi, This is a great project thank you very much. I'm using RDotNet to embed R Capabilities to my existing C# Project. I'm working on Visual Studion 2010 and .NET 4.5 on a Windows 7. I was using R.net...
View ArticleNew Post: R Installation prerequisite
StartupParameter passed to REngine is overwritten (at line 70 in CharacterDeviceAdapter.cs). This is an obvious bug. R_HOME variable (or set in StartupParameter.RHome) is assumed to be the installation...
View ArticleNew Post: R Installation prerequisite
Fixed it now at changeset 60da7ea5523e. Please try the newest source code.
View ArticleNew Post: R Installation prerequisite
As i understand, there is no need to install R to use R functionality with R.NET anymore. I have to copy dlls and library folder and set PATH and R_LIBS. Am i right? Should i set R_HOME variable?
View ArticleNew Post: R Installation prerequisite
Hi, I have checked out the latest source code. Thanks for you quick action. Overriding problem is resolved. But i cannot able to Run RDotNET seperated from R Installation. I have copied all the content...
View ArticleNew Post: R Installation prerequisite
Hello, Running R.NET on windows or Linux machines without a local R installation should be feasible. I have used R.NET (version 1.4, and R 2.15.x, but should still be feasible with more recent...
View ArticleCreated Unassigned: RDotNet.NativeLibrary is not seen by VS 2010 Express [46]
I added references to both Dlls to my project, included the line "using RDotNet" to the file.Intellisense picked names, and can write a couple of lines to test, like: REngine eRDot =...
View ArticleCommented Unassigned: RDotNet.NativeLibrary is not seen by VS 2010 Express [46]
I added references to both Dlls to my project, included the line "using RDotNet" to the file.Intellisense picked names, and can write a couple of lines to test, like: REngine eRDot =...
View ArticleCommented Unassigned: RDotNet.NativeLibrary is not seen by VS 2010 Express [46]
I added references to both Dlls to my project, included the line "using RDotNet" to the file.Intellisense picked names, and can write a couple of lines to test, like: REngine eRDot =...
View ArticleCommented Unassigned: RDotNet.NativeLibrary is not seen by VS 2010 Express [46]
I added references to both Dlls to my project, included the line "using RDotNet" to the file.Intellisense picked names, and can write a couple of lines to test, like: REngine eRDot =...
View ArticleCommented Unassigned: RDotNet.NativeLibrary is not seen by VS 2010 Express [46]
I added references to both Dlls to my project, included the line "using RDotNet" to the file.Intellisense picked names, and can write a couple of lines to test, like: REngine eRDot =...
View ArticleReleased: R.NET 1.5 (Jul 28, 2013)
The major changes in v1.5 are:Initialize method must be called before using R. Settings should be passed to the method.EagerEvaluate method renamed to Evaluate (use Defer method when you want old...
View ArticleUpdated Release: R.NET 1.5 (7 28, 2013)
The major changes in v1.5 are: Initialize method must be called before using R. Settings should be passed to the method.EagerEvaluate method renamed to Evaluate (use Defer method when you want old...
View Article