RProvider 1.0.5
See the version list below for details.
dotnet add package RProvider --version 1.0.5
NuGet\Install-Package RProvider -Version 1.0.5
<PackageReference Include="RProvider" Version="1.0.5" />
paket add RProvider --version 1.0.5
#r "nuget: RProvider, 1.0.5"
// Install RProvider as a Cake Addin #addin nuget:?package=RProvider&version=1.0.5 // Install RProvider as a Cake Tool #tool nuget:?package=RProvider&version=1.0.5
An F# Type Provider providing strongly typed access to the R statistical package. The type provider automatically discovers available R packages and makes them easily accessible from F#, so you can easily call powerful packages and visualization libraries from code running on the .NET platform.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- R.NET (>= 1.5.5)
- RDotNet.FSharp (>= 0.1.2.1)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on RProvider:
Package | Downloads |
---|---|
Deedle.RPlugin
Deedle implements an efficient and robust frame and series data structures for manipulating with structured data. It supports handling of missing values, aggregations, grouping, joining, statistical functions and more. For frames and series with ordered indices (such as time series), automatic alignment is also available. This package installs core Deedle package, together with an R type provider plugin which makes it possible to pass data frames and time series between R and Deedle |
|
RPlotTools
Tools for plotting using R from F#. |
|
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. |
|
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 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 1,450 | 8/10/2022 |
2.0.3 | 610 | 12/1/2021 |
2.0.2 | 1,261 | 11/3/2021 |
2.0.1 | 527 | 11/2/2021 |
2.0.1-beta3 | 254 | 10/28/2021 |
2.0.1-beta2 | 312 | 10/22/2021 |
2.0.1-beta | 324 | 10/19/2021 |
2.0.0-beta | 232 | 9/27/2021 |
1.1.22 | 8,855 | 3/18/2019 |
1.1.21 | 1,418 | 9/17/2018 |
1.1.20 | 61,962 | 4/19/2016 |
1.1.19-alpha | 862 | 4/16/2016 |
1.1.18-alpha | 917 | 4/5/2016 |
1.1.17 | 2,855 | 4/5/2016 |
1.1.16-alpha | 915 | 2/7/2016 |
1.1.15 | 13,410 | 11/14/2015 |
1.1.14 | 5,362 | 9/5/2015 |
1.1.13 | 5,601 | 7/14/2015 |
1.1.12 | 9,915 | 6/11/2015 |
1.1.11 | 1,394 | 6/11/2015 |
1.1.10 | 1,095 | 6/10/2015 |
1.1.9 | 1,205 | 6/10/2015 |
1.1.8 | 16,092 | 1/19/2015 |
1.1.7-alpha | 949 | 1/19/2015 |
1.1.6 | 1,155 | 1/14/2015 |
1.1.5-alpha | 939 | 1/13/2015 |
1.1.4-alpha | 972 | 1/13/2015 |
1.1.3-alpha | 977 | 1/13/2015 |
1.1.2-alpha | 933 | 1/10/2015 |
1.1.1-alpha | 917 | 1/9/2015 |
1.1.0-alpha | 922 | 1/9/2015 |
1.0.17 | 5,018 | 9/11/2014 |
1.0.16 | 1,471 | 9/9/2014 |
1.0.15 | 1,950 | 7/22/2014 |
1.0.13 | 8,976 | 6/23/2014 |
1.0.12 | 1,327 | 6/8/2014 |
1.0.11 | 1,215 | 6/8/2014 |
1.0.10 | 1,257 | 5/30/2014 |
1.0.9 | 2,863 | 5/21/2014 |
1.0.7-alpha | 2,757 | 4/20/2014 |
1.0.6-alpha | 1,153 | 4/20/2014 |
1.0.5 | 10,541 | 11/14/2013 |
1.0.4 | 1,779 | 11/8/2013 |
1.0.3 | 2,472 | 9/30/2013 |
1.0.2 | 1,293 | 9/25/2013 |
1.0.1 | 1,473 | 9/13/2013 |
1.0.1-beta | 1,218 | 9/13/2013 |
1.0.0 | 1,404 | 5/8/2013 |
Update load script in the NuGet package, improve cross-platform support.