R.NET.Community
1.6.0
dotnet add package R.NET.Community --version 1.6.0
NuGet\Install-Package R.NET.Community -Version 1.6.0
<PackageReference Include="R.NET.Community" Version="1.6.0" />
paket add R.NET.Community --version 1.6.0
#r "nuget: R.NET.Community, 1.6.0"
// Install R.NET.Community as a Cake Addin #addin nuget:?package=R.NET.Community&version=1.6.0 // Install R.NET.Community as a Cake Tool #tool nuget:?package=R.NET.Community&version=1.6.0
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 | 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. |
-
- DynamicInterop (>= 0.7.4)
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 upgrade to 1.6, result of many cumulative minor upgrades to 1.5 over the past year.
* Fix for Issue 165: some statements commented out but also after a semi-colon statement separator ';' could still be executed in most circumstances.
* Note that AutoPrint is now true by default, to match the default R behavior. You may want to turn this to False to increase the calculation performances on large data sets.