Git Product home page Git Product logo

rtvs-docs's Introduction

R Tools for Visual Studio Examples

This master branch of this repository contains a set of samples to help you get started with R, Microsoft R Open, and Microsoft R Server. For a detailed description of the samples, please checkout the samples documentation page or the README files in each directory.

Click here to view the documentation for RTVS.

You can run all of these samples easily using R Tools for Visual Studio, or your favorite R IDE / text editor.

A First Look at R

If you're new to the R language, these samples will show you around and help you get your feet wet.

MRS and Machine Learning

If you're new to Microsoft R Server Developer Edition, these samples will show you how it can speeding up your processing of big data sets and use them to solve machine learning probvlems.

rtvs-docs's People

Contributors

andrie avatar brohrer-ms avatar jflam avatar lixzhang avatar microsoft-github-policy-service[bot] avatar msftgits avatar revodavid avatar smortaz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rtvs-docs's Issues

Document common diagnostic steps

Check for VC++ redist.
Check for .NET 4.6.1 or greater.
Make sure seclogon service is running and set to automatic start.
Make sure User Profile service and Broker service are running.
Make sure certificate is installed.
Make sure R is installed.
Make sure port 5444 is available if not change default port.
Notes on Windows Service Hardening related issues

Document timeout issue when SSL prompt appears

When the SSL message box comes up, the user has about 2-3 secs to read it and click yes. More than that, it will timeout and refuse to connect, but the user won't know why.

They have to try to connect again, and click Yes faster the next time.

In practice, every user that encounters that SSL dialog will fail to connect the first time, because it takes longer to read the whole message than the timeout allows.

Document manual configuration of interpreters

microsoft/RTVS#3361

In Microsoft.R.Host.Broker.json

“R” {
“AutoDetect”: true,
“Interpreters”: {
“Key1”: {
“Name1”: “BasePath1”
},
“Key2”: {
“Name2”: “BasePath2”
},

}
AutoDetect is the default setting and can be omitted. Key1, Key2 etc is what’ll go after # in the URL. Name is supposed to be descriptive.

Clarity of examples using MRS

One thing with MRS that confuses me is the separation of the client and the server. It appears all these examples run on an MRS node. I'd like to see clarification of that in the examples and perhaps a commented out section showing how to run it if it were to run it from a Windows and/or Linux client.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.