KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
RTVS-cs
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
8dot3-brute
:
8dot3-brute is a script to brute force Windows 8.3 filenames and directories in web servers
ex_pre_commit_hook
:
pre commit hook for elixir project which handles compile / credo / test / docs
ILFPT
:
Integrated Learning Framework for Pedestrian Tracking
video-recognition
:
No description available.
plasma-kde-connect-skill
:
This skill integrates KDE Connect with Mycroft to enable users to control their Phones using voice commands.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
RTVS-cs
?
Download (.md)
# Interface between R and .NET Repo contains sample [Windows Forms app](https://github.com/MikhailArkhipov/RTVS-cs/blob/master/ApiTest/RHostApiTestForm.cs) that demostrate use of the R-to-.NET interface. The API based on [R Tools for Visual Studio](https://github.com/Microsoft/RTVS) 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](https://github.com/Microsoft/RTVS/tree/master/src/Host/API/Impl) and [Test code](https://github.com/Microsoft/RTVS/tree/master/src/Host/API/Test) NuGet [package](https://www.nuget.org/packages/Microsoft.R.Host.Client.API/1.0.0)