R.NET.FSharp 1.8.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package R.NET.FSharp --version 1.8.1
NuGet\Install-Package R.NET.FSharp -Version 1.8.1
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="R.NET.FSharp" Version="1.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add R.NET.FSharp --version 1.8.1
#r "nuget: R.NET.FSharp, 1.8.1"
#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 R.NET.FSharp as a Cake Addin
#addin nuget:?package=R.NET.FSharp&version=1.8.1

// Install R.NET.FSharp as a Cake Tool
#tool nuget:?package=R.NET.FSharp&version=1.8.1
  • R.NET can now also run on all recent R versions in the 3.4 and 3.5 series. While not extensively tested any of the R 3.X series should be supported. Note that on Linux only 3.5.y is supported due to a difficulty in detecting R versions on that OS.
  • R.NET assemblies now target netstandard2.0 and support .NET core (2.0) and .NET framework (4.6.1+ but preferably 4.7.2 see .NET implementation support )
  • Key contributions by Luke Rasmussen, David Pendray and others are gratefully acknowledged to make this release possible
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on R.NET.FSharp:

Package Downloads
RProvider

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.

R.NET.Community.FSharp

Transitional package, you can remove and directly use nuget package ID R.NET.FSharp

RDotNet.FSharp

Transitional package, you can remove and directly use nuget package ID R.NET.FSharp

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.0 4,646 10/4/2020
1.8.2 800 5/20/2019
1.8.1 569 5/4/2019
1.8.0 568 5/4/2019
1.8.0-alpha2 408 5/4/2019
1.8.0-alpha 493 4/22/2019
1.7.0 11,163 8/29/2017

Migration to .NET Standard 2.0, support for R 3.5.x, and moving to an MIT license