R.NET.Community
1.5.16
See the version list below for details.
dotnet add package R.NET.Community --version 1.5.16
NuGet\Install-Package R.NET.Community -Version 1.5.16
<PackageReference Include="R.NET.Community" Version="1.5.16" />
paket add R.NET.Community --version 1.5.16
#r "nuget: R.NET.Community, 1.5.16"
// Install R.NET.Community as a Cake Addin #addin nuget:?package=R.NET.Community&version=1.5.16 // Install R.NET.Community as a Cake Tool #tool nuget:?package=R.NET.Community&version=1.5.16
Library for in-process interoperability of the .NET Framework with the R statistical computing software. This requires the R binaries, which are available at http://www.r-project.org/. This nuget package is a newer version of R.NET previously found at R.NET. For logistical reasons, the previous nuget feed cannot be used yet.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on R.NET.Community:
Package | Downloads |
---|---|
FsLab.Runner
This package contains a library for turning FsLab experiments written as script files into HTML and LaTeX reports. The easiest way to use the library is to use the 'FsLab Journal' Visual Studio template. |
|
R.NET.Community.Graphics
Provides interfaces to build up R's graphics engine. |
|
Spreads.RPlugin
Spreads.RPlugin |
|
EFRM
Algorithms and solutions for the book Elements of Financial Risk Management by Peter F. Christoffersen written on F# and R |
|
Kfl.FsLab
FsLab is a single package that gives you all you need for doing data science with F#. FsLab includes explorative data manipulation library, type providers for easy data access, simple charting library, support for integration with R and numerical computing libraries. All available in a single package and ready to use! |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on R.NET.Community:
Repository | Stars |
---|---|
letianzj/QuantTrading
A real-time quantitative trading/backtesting platform in C#, supporting IB (full brokerage) and Google Finance (quote only). It adds R support through R.NET.
|
Version | Downloads | Last updated |
---|---|---|
1.7.0 | 77,444 | 8/29/2017 |
1.6.5 | 423,672 | 8/1/2015 |
1.6.4 | 32,545 | 6/11/2015 |
1.6.3 | 1,770 | 6/8/2015 |
1.6.2 | 1,239 | 6/8/2015 |
1.6.0 | 10,719 | 4/25/2015 |
1.5.22 | 5,186 | 3/23/2015 |
1.5.21 | 7,442 | 1/27/2015 |
1.5.20 | 1,604 | 1/15/2015 |
1.5.19 | 2,755 | 12/5/2014 |
1.5.16 | 19,446 | 9/11/2014 |
1.5.15 | 34,832 | 5/30/2014 |
1.5.14 | 1,648 | 5/23/2014 |
1.5.13 | 2,407 | 5/22/2014 |
FIX: Disables the C Stack checking in R, necessary to run R.NET on *nix platforms. A previous fix for Windows unfortunately also broke the library for Linux.