RProvider 1.0.7-alpha
This is a prerelease version of RProvider.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package RProvider --version 1.0.7-alpha
NuGet\Install-Package RProvider -Version 1.0.7-alpha
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="RProvider" Version="1.0.7-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RProvider --version 1.0.7-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RProvider, 1.0.7-alpha"
#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 RProvider as a Cake Addin #addin nuget:?package=RProvider&version=1.0.7-alpha&prerelease // Install RProvider as a Cake Tool #tool nuget:?package=RProvider&version=1.0.7-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- R.NET (>= 1.5.5)
- RDotNet.FSharp (>= 0.1.2.1)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.8 | 1,106 | 1/19/2015 |
1.1.7-alpha | 72 | 1/19/2015 |
1.1.6 | 94 | 1/14/2015 |
1.1.5-alpha | 64 | 1/13/2015 |
1.1.4-alpha | 67 | 1/13/2015 |
1.1.3-alpha | 69 | 1/13/2015 |
1.1.2-alpha | 63 | 1/10/2015 |
1.1.1-alpha | 74 | 1/9/2015 |
1.1.0-alpha | 67 | 1/9/2015 |
1.0.17 | 718 | 9/11/2014 |
1.0.16 | 104 | 9/9/2014 |
1.0.15 | 358 | 7/22/2014 |
1.0.13 | 641 | 6/23/2014 |
1.0.12 | 107 | 6/8/2014 |
1.0.11 | 85 | 6/8/2014 |
1.0.10 | 87 | 5/30/2014 |
1.0.9 | 145 | 5/21/2014 |
1.0.7-alpha | 128 | 4/20/2014 |
1.0.6-alpha | 66 | 4/20/2014 |
1.0.5 | 123 | 11/14/2013 |
1.0.4 | 80 | 11/8/2013 |
1.0.3 | 80 | 9/30/2013 |
1.0.2 | 76 | 9/25/2013 |
1.0.1 | 97 | 9/13/2013 |
1.0.1-beta | 95 | 9/13/2013 |
1.0.0 | 80 | 5/8/2013 |
Fix handling of missing configuration key.