rdotnet

(β˜… 356)

.NET interop library to call the R statistical language in the same process

  • .appveyor.yml
  • .dockerignore
  • .gitignore
  • .travis.yml
  • build.cmd
  • build.fsx
  • build.sh
  • FlushCrashApp.Dockerfile
  • License.txt
  • paket.dependencies
  • R.NET.sln
  • RDotNet.AllTests.sln
  • RDotNet.Graphics.nuspec
  • RDotNet.nunit
  • RDotNet.Release.sln
  • RDotNet.Tests.sln
  • rdotnet.vssettings
  • README.md
  • RecycleBin.snk.pub
  • RELEASE_NOTES.md

# Installation Guide

1. Get the code
git clone https://github.com/rdotnet/rdotnet

Downloads the entire project code from GitHub to your computer.

cd rdotnet

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet build --configuration Debug --no-restore RDotNet.Tests.sln

Type this command into your terminal and run it.

set DN="C:\Program Files (x86)\dotnet\dotnet.exe"

Type this command into your terminal and run it.

dotnet test RDotNet.Tests/RDotNet.Tests.csproj

Type this command into your terminal and run it.

dotnet test RDotNet.FSharp.Tests/RDotNet.FSharp.Tests.fsproj

Type this command into your terminal and run it.

βœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation