Created Release: R.NET 1.5.3 (8 17, 2013)
Changes(bug fix) memory leak(new) DataFrameRow to user-defined class mappingChange (RDotNet.FSharp)(new) active patterns (vectors, matrices, other expressions)
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 ArticleUpdated Wiki: Handling DataFrames
From R.NET 1.5.3, it is much easier to handle data frames. See the example below:publicenum IrisSpecies { setosa = 1, versicolor = 2, virginica = 3, } [DataFrameRow] publicclass IrisData {...
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 ArticleReleased: R.NET 1.5.3 (Aug 17, 2013)
Changes(bug fix) memory leak (new) DataFrameRow to user-defined class mappingChange (RDotNet.FSharp)(new) active patterns (vectors, matrices, other expressions)
View ArticleUpdated Release: R.NET 1.5.3 (8 17, 2013)
Changes(bug fix) memory leak(new) DataFrameRow to user-defined class mappingChange (RDotNet.FSharp)(new) active patterns (vectors, matrices, other expressions)
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 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 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 ArticleNew Post: RDotNet ParseException on IIS
have you solved the problem? i got the same one
View ArticleCreated 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 ArticleNew Post: Restart engine
engine works well and during the process I create a huge number of variables. Now I want to run another independent program and I need to clear all the variables I create before. So I want to restart...
View ArticleNew Post: RDotNet ParseException on IIS
Usually such problem occurs when the R.net is not initialized properly. Create a console program and apply this code, it would give more explicit error information, which is useful to solve the...
View ArticleSource code checked in, #9d769f08c343
Fix using * Clean-up deleted necessary using statements for UNIX compilation.
View ArticleNew Post: Restart engine
I also facing with this problem. ı need to solve this problem too
View ArticleNew Post: RDotNet ParseException on IIS
10d_world wrote: Usually such problem occurs when the R.net is not initialized properly. Create a console program and apply this code, it would give more explicit error information, which is useful to...
View ArticleSource code checked in, #c53eb65e447b
Fix build script * Creates output directory before packaging if it doesn't exist.
View Article