A host process for R that provides access and extensibility to it remotely over WebSocket and JSON.
Перейти к файлу
Mikhail Arkhipov d80dad68b7 Fix Linux R path 2018-11-04 23:24:22 -08:00
.vscode OSX build 2017-10-01 08:58:43 -07:00
lib Remove unnecessary import libraries and definitions. 2017-06-03 21:54:11 -07:00
src Fix Linux R path 2018-11-04 23:24:22 -08:00
.gitattributes VSCode settings. 2017-05-19 15:19:25 -07:00
.gitignore Fixes package name in msys2 build instructions. 2017-04-01 00:59:31 -07:00
.gitmodules Remove WebSocket++ submodule. 2016-08-15 18:03:58 -07:00
BUILDING-UNIX.md Fix Linux R path 2018-11-04 23:24:22 -08:00
BUILDING-WIN32.md Fix Linux R path 2018-11-04 23:24:22 -08:00
CMakeLists.txt Reverting the boost version. 2017-10-03 10:50:09 -07:00
LICENSE.md Renaming LICENSE to LICENSE.md 2017-06-20 00:32:04 -07:00
README.md Switch to Microsoft Open Source Code of Conduct. 2016-06-21 14:22:58 -07:00
build.cmd Use CMake for builds started from VS. 2017-03-29 15:18:12 -07:00
build.md Initial chages to POSIX RHost 2017-03-27 14:42:23 -07:00
build.sh Use CMake to build on Linux. 2017-04-03 18:36:37 -07:00
linux-build.proj Correction to output path. 2017-06-12 14:14:31 -07:00
nuget.config Change NuGet package directory to be at the top level (outside of src), and to have a more descriptive name. 2015-11-09 15:14:35 -08:00

README.md

Microsoft R Host Process is a wrapper for R (GNU S) that provides access to various R functionality, such as expression evaluation and the main interpreter loop, from outside of the process via a WebSocket-based protocol.

See LICENSE for license and third-party code attributions.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.