R.NET.Community 1.5.19

There is a newer version of this package available.
See the version list below for details.
dotnet add package R.NET.Community --version 1.5.19
NuGet\Install-Package R.NET.Community -Version 1.5.19
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="R.NET.Community" Version="1.5.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add R.NET.Community --version 1.5.19
#r "nuget: R.NET.Community, 1.5.19"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install R.NET.Community as a Cake Addin
#addin nuget:?package=R.NET.Community&version=1.5.19

// Install R.NET.Community as a Cake Tool
#tool nuget:?package=R.NET.Community&version=1.5.19

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 https://www.nuget.org/packages/R.NET. For logistical reasons, the previous nuget feed cannot be used yet.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.6.0 245 4/25/2015
1.5.22 1 3/23/2015
1.5.21 1 1/27/2015
1.5.20 274 1/15/2015
1.5.19 717 12/5/2014
1.5.16 2,242 9/11/2014
1.5.15 2,099 5/30/2014
1.5.14 1 5/23/2014
1.5.13 88 5/22/2014

Fixes: stack imbalance issue; R_HOME now takes precedence to checking the Windows registry. Refactor: support classes for upcoming rclr.codeplex.com; use a separate DynamicInterop NuGet dependency.