Skip to content

wahalulu/setting-up-r-with-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up R and Visual Studio Code (VSC)

This README shows how to set up R and VSC. This README was written

The recording for this presentation is here.

Credits & References

A lot of this knowledge was provided by Ken Run in his blog:

Other references:

Instructions

Pre-requisites

  • R installed on your local machine
  • Visual Studio Code installed on your local machine
  1. Install the languageserver and httpgd packages on your local machine. If you use renv, install these packages in the base environment
  2. Install the R Extension for Visual Studio Code

The previous steps will get you started. For additional configuration settings, you may want to take some of the settings in copy the file and add them to your VSCode User Settings.

Using radian

If you want to use radian as the R console, you will need to have it installed in your base Python environment.

Add the following lines to your VSC Settings:

"r.rterm.mac": "<PATH-TO-RADIAN>",
"r.bracketedPaste": true,

Using R with VSC on Azure Machine Learning

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages