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 ArticleCreated Release: R.NET 1.5.2 (8 10, 2013)
Files RDotNet.dll, RDotNet.NativeLibrary.dll: the main assembliesRDotNet.FSharp.dll: F# extensionRDotNet.Graphics.dll (alpha release): graphics engine baseThese files are also available on the NuGet...
View ArticleReleased: R.NET 1.5.2 (Aug 10, 2013)
FilesRDotNet.dll, RDotNet.NativeLibrary.dll: the main assemblies RDotNet.FSharp.dll: F# extension RDotNet.Graphics.dll (alpha release): graphics engine base These files are also available on the NuGet...
View ArticleUpdated Release: R.NET 1.5.2 (8 10, 2013)
FilesRDotNet.dll, RDotNet.NativeLibrary.dll: the main assembliesRDotNet.FSharp.dll: F# extensionRDotNet.Graphics.dll (alpha release): graphics engine baseThese files are also available on the NuGet...
View ArticleUpdated Wiki: Code Snippets
Finding the Search Path via Windows Registry If R is installed with the option of ‘Save version number in registry', you may find the directory in which the R DLLs locate.Snippet...
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 ArticleSource code checked in, #8cd79c172cbe
Fix IsInvalid * When ReleaseHandle is called, IsClosed is set as true. This means if protected SymbolicExpression object is disposed, Unpreserve does not call R_ReleaseObject as a memory leak occurs. *...
View ArticleNew Comment on "Documentation"
The new version here perfectly works with R 3.0.1 as I tested.
View ArticleNew Post: R Engine Reuse (re-initialize)
Hi, I want to run this example code in a button, and copied to all of them and paste into buttonClick function. When I clicked button first time codes work perfectly , but when click to button secondly...
View ArticleNew Post: R Engine Reuse (re-initialize)
I cannot the quote, but I think Kosei mentions somewhere as a known limitation that the R engine cannot be initialised twice in the same process. In real applications, i.e. beyond a bit of code called...
View ArticleNew Post: R Engine Reuse (re-initialize)
I used already the reference to the REngine static object property. but it didn't work and one initialize too didn't work. another idea?
View ArticleNew Post: Memory leaks
Hello, guys. I work with R.NET library + .NET 4.0 + MSVS 2012 (Ult). I created Excel workbook project (for comfortable data visualization). After running code used lambdas and function calls I have...
View ArticleNew Comment on "Documentation"
It's great to see new updates. This can potentially be an extremely useful library. Keep up with the work!
View ArticleSource code checked in, #53536acc5655
Fix for factors not to match IntegerVector pattern.
View ArticleNew Post: R Engine Reuse (re-initialize)
it supply my questions up to top of discussion page. I need solve this problem immidiately
View ArticleNew Post: Convert NumericVector to String
Hi, all! I can't convert NumericVector to string in C# in MSVS 2012, R 3.0.1 (x86) and R.NET 1.5.2. CodeExample:engine.Evaluate(@"zz2<-5"); var res = engine.GetSymbol("zz2").AsNumeric(); var res1 =...
View Article