R.NET
1.8.0-alpha1
See the version list below for details.
dotnet add package R.NET --version 1.8.0-alpha1
NuGet\Install-Package R.NET -Version 1.8.0-alpha1
<PackageReference Include="R.NET" Version="1.8.0-alpha1" />
paket add R.NET --version 1.8.0-alpha1
#r "nuget: R.NET, 1.8.0-alpha1"
// Install R.NET as a Cake Addin #addin nuget:?package=R.NET&version=1.8.0-alpha1&prerelease // Install R.NET as a Cake Tool #tool nuget:?package=R.NET&version=1.8.0-alpha1&prerelease
This is an alpha pre-release package for testing after merging changes for R.NET to work with R versions 3.5.x.
This includes key contributions by Luke Rasmussen and David Pendray
Unit tests mostly pass when run on a local windows machine, however sometime the test execution hangs, and some few tests seem to often fail under visual studio test explorer. Tests seem to hang on appveyor.
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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. |
-
.NETStandard 2.0
- DynamicInterop (>= 0.9.1)
- Microsoft.CSharp (>= 4.5.0)
- Microsoft.Win32.Registry (>= 4.5.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on R.NET:
Package | Downloads |
---|---|
R.NET.Community
Transitional package, you can remove and directly use nuget package ID R.NET |
|
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.FSharp
A .NET interoperability library to access the R statistical language runtime from .NET languages. The library is designed for fast data exchange, in process. |
|
CSIRO.Metaheuristics.R
A metaheuristics software framework for .NET |
|
RDotNet.Graphics
Provides interfaces to build up R's graphics engine. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on R.NET:
Repository | Stars |
---|---|
rdotnet/rdotnet
.NET interop library to call the R statistical language in the same process
|
|
Excel-DNA/Samples
Various sample projects and snippets related to Excel-DNA
|
Version | Downloads | Last updated |
---|---|---|
1.9.0 | 410,600 | 10/4/2020 |
1.8.2 | 166,425 | 5/20/2019 |
1.8.1 | 6,597 | 5/4/2019 |
1.8.0 | 3,534 | 5/4/2019 |
1.8.0-alpha2 | 1,022 | 5/4/2019 |
1.8.0-alpha1 | 1,101 | 3/25/2019 |
1.7.0 | 122,601 | 8/29/2017 |
1.5.5 | 59,663 | 9/16/2013 |
1.5.4 | 3,117 | 8/24/2013 |
1.5.3 | 1,734 | 8/17/2013 |
1.5.2 | 1,822 | 8/10/2013 |
1.5.1.1 | 2,007 | 7/30/2013 |
1.5.0 | 4,948 | 7/28/2012 |
Migration to .NET Standard 2.0 and supporting R 3.5.x