Install RStudio
If you don’t have RStudio installed yet, get it here.
Set Up RStudio for R Client
RStudio needs to use R Server in order for the code for this solution. Follow the instructions below to set up RStudio to use R Server.
- Launch RStudio.
- Update the path to R.
- From the
Tools
menu, chooseGlobal Options
. - In the General tab, update the path to R to point to R Server:
- On the VM deployed using the GitHub deployment the path is
C:\Program Files\Microsoft\ML Server\R_SERVER
</ol>
- Exit RStudio.
- When you relaunch RStudio, R Client will now be the default R engine. </ol> Return to Typical Workflow for GitHub Deployment.