RProvider 1.1.8

dotnet add package RProvider --version 1.1.8
NuGet\Install-Package RProvider -Version 1.1.8
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.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RProvider --version 1.1.8
#r "nuget: RProvider, 1.1.8"
#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.1.8

// Install RProvider as a Cake Tool
#tool nuget:?package=RProvider&version=1.1.8

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.8 1,105 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 103 9/9/2014
1.0.15 357 7/22/2014
1.0.13 641 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 144 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 80 9/30/2013
1.0.2 75 9/25/2013
1.0.1 96 9/13/2013
1.0.1-beta 94 9/13/2013
1.0.0 79 5/8/2013

Simplify load script (RProvider.fsx), improve logging.