R.NET
1.9.0
A .NET interoperability library to access the R statistical language runtime from .NET languages. The library is designed for fast data exchange, in process.
Install-Package R.NET -Version 1.9.0
dotnet add package R.NET --version 1.9.0
<PackageReference Include="R.NET" Version="1.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add R.NET --version 1.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
1.9.0
- R.NET can on all recent R versions from 3.4 onwards, including adjustments for R 4.0.x. While not extensively tested, any of the R 3.X releases should be supported. Note that on Linux only 3.5.y is supported due to a difficulty in detecting R versions on that OS.
- Workaround: The R engine overrides PATH and R_HOME if a .Renviron file is present, at least on on Windows. This led to Default 'stats' package functions fail to load
- Change on windows: if several versions of R are installed and registered in the windows registry, the most recent is the default R engine loaded.
- Contributions by Luke Rasmussen and Kieren Johnstone are gratefully acknowledged
1.9.0
- R.NET can on all recent R versions from 3.4 onwards, including adjustments for R 4.0.x. While not extensively tested, any of the R 3.X releases should be supported. Note that on Linux only 3.5.y is supported due to a difficulty in detecting R versions on that OS.
- Workaround: The R engine overrides PATH and R_HOME if a .Renviron file is present, at least on on Windows. This led to Default 'stats' package functions fail to load
- Change on windows: if several versions of R are installed and registered in the windows registry, the most recent is the default R engine loaded.
- Contributions by Luke Rasmussen and Kieren Johnstone are gratefully acknowledged
Release Notes
Fix an issue with character columns in data frames, that occured for 3.5+ versions of R
Dependencies
-
.NETStandard 2.0
- DynamicInterop (>= 0.9.1)
- Microsoft.CSharp (>= 4.5.0)
- Microsoft.Win32.Registry (>= 4.5.0)
Used By
NuGet packages (4)
Showing the top 4 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
|
|
CSIRO.Metaheuristics.R
A metaheuristics software framework for .NET
|
|
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.
|
|
RDotNet.Graphics
Provides interfaces to build up R's graphics engine.
|
GitHub repositories (1)
Showing the top 1 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
|
Version History
Version | Downloads | Last updated |
---|---|---|
1.9.0 | 3,198 | 10/4/2020 |
1.8.2 | 44,848 | 5/20/2019 |
1.8.1 | 1,600 | 5/4/2019 |
1.8.0 | 1,548 | 5/4/2019 |
1.8.0-alpha2 | 297 | 5/4/2019 |
1.8.0-alpha1 | 536 | 3/25/2019 |
1.7.0 | 56,913 | 8/29/2017 |
1.5.5 | 34,223 | 9/16/2013 |
1.5.4 | 1,570 | 8/24/2013 |
1.5.3 | 793 | 8/17/2013 |
1.5.2 | 806 | 8/10/2013 |
1.5.1.1 | 918 | 7/30/2013 |
1.5.0 | 3,222 | 7/28/2012 |