samuel-liyi / rdotnet

.NET interop library to call the R statistical language in the same process

Home Page:https://rdotnet.codeplex.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R.NET

R.NET enables the .NET Framework to interoperate with the R statistical language in the same process. R.NET works on Windows, Linux and MacOS.

Software requirements

On Windows, R.NET requires .NET Framework 4 or later and an access to the native R libraries installed with the R environment. R needs not necessarily be installed as a software on the exec uting machine, so long as DLL files are accessible. On Linux and MacOS, Mono is required, as well as an access to the native R libraries.

Getting started

As of 2015-08

  • If you want the latest binary distribution of R.NET and you are already familiar with managing dependencies with NuGet, head to R.NET on NuGet
  • If you need a bit more documentation to get started, the prefered entry point is at http://jmp75.github.io/rdotnet

About

.NET interop library to call the R statistical language in the same process

https://rdotnet.codeplex.com/


Languages

Language:C# 93.2%Language:F# 5.5%Language:Batchfile 0.7%Language:Shell 0.5%Language:R 0.0%