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

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 Article


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


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

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 Article

Released: 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 Article


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

Released: 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 Article

Updated 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


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


Released: 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 Article

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

New Post: RDotNet ParseException on IIS

have you solved the problem? i got the same one

View Article

Created 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


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

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


Source code checked in, #9d769f08c343

Fix using * Clean-up deleted necessary using statements for UNIX compilation.

View Article

New Post: Restart engine

I also facing with this problem. ı need to solve this problem too

View Article


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

Source code checked in, #c53eb65e447b

Fix build script * Creates output directory before packaging if it doesn't exist.

View Article

Source code checked in, #ac3e22a0662f

Fix build script * Adds "EnsureDeploy" target.

View Article
Browsing all 1634 articles
Browse latest View live