Skip to content

dlastor/RTVS-cs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interface between R and .NET

Repo contains sample Windows Forms app that demostrate use of the R-to-.NET interface. The API based on R Tools for Visual Studio components.

  1. Runs R out of process. R crash will not bring down your application.
  2. Supports multiple R session with multiple interpreters
  3. R code calls are asynchronous and non-blocking.
  4. Support for remote connections (like in RTVS 1.0+) will be added in the future

The followig operations are supported:

  1. Arbitrary R expression evaluation.
  2. Data transfer between R and .NET (basic types, lists, data frames)
  3. R function calls passing arguments in .NET types.
  4. Plotting into an image with specify resolution and DPI setting.
  5. Capturing R console output.

API Source code and Test code

NuGet package

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%