RProvider 1.0.6-alpha

This is a prerelease version of RProvider.
There is a newer version of this package available.
See the version list below for details.
dotnet add package RProvider --version 1.0.6-alpha
NuGet\Install-Package RProvider -Version 1.0.6-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.6-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RProvider --version 1.0.6-alpha
#r "nuget: RProvider, 1.0.6-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.6-alpha&prerelease

// Install RProvider as a Cake Tool
#tool nuget:?package=RProvider&version=1.0.6-alpha&prerelease

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 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.8 1,104 1/19/2015
1.1.7-alpha 71 1/19/2015
1.1.6 93 1/14/2015
1.1.5-alpha 62 1/13/2015
1.1.4-alpha 65 1/13/2015
1.1.3-alpha 69 1/13/2015
1.1.2-alpha 63 1/10/2015
1.1.1-alpha 73 1/9/2015
1.1.0-alpha 66 1/9/2015
1.0.17 717 9/11/2014
1.0.16 102 9/9/2014
1.0.15 356 7/22/2014
1.0.13 640 6/23/2014
1.0.12 106 6/8/2014
1.0.11 83 6/8/2014
1.0.10 86 5/30/2014
1.0.9 143 5/21/2014
1.0.7-alpha 127 4/20/2014
1.0.6-alpha 65 4/20/2014
1.0.5 123 11/14/2013
1.0.4 80 11/8/2013
1.0.3 79 9/30/2013
1.0.2 74 9/25/2013
1.0.1 96 9/13/2013
1.0.1-beta 93 9/13/2013
1.0.0 79 5/8/2013

1 - Fixed assembly resolution when installed via NuGet.