Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

R Extension for Visual Studio Code

License

NotificationsYou must be signed in to change notification settings

REditorSupport/vscode-R

Repository files navigation

Badge

ThisVS Code extension provides support for theR programming language, including features such as R language service based on code analysis, interacting with R terminals, viewing data, plots, workspace variables, help pages, managing packages, and working withR Markdown documents.

The R and R Markdown syntaxes are located in a slibing packagevscode-R-syntax.

Go to thewiki to view the documentation of the extension.

Getting started

  1. Install R (>= 3.4.0) on your system. For Windows users, Writing R Path to the registry is recommended in the installation.

  2. Installlanguageserver in R.

    install.packages("languageserver")
  3. Install the R extension for VS Code from theVS Code Extension Marketplace or theOpen VSX Registry.

  4. Create an R file and start coding.

The following software or extensions are recommended to enhance the experience of using R in VS Code:

  • radian: A modern R console that corrects many limitations of the official R terminal and supports many features such as syntax highlighting and auto-completion.

  • VSCode-R-Debugger: A VS Code extension to support R debugging capabilities.

  • httpgd: An R package to provide a graphics device that asynchronously serves SVG graphics via HTTP and WebSockets.

Go to the installation wiki pages (Windows |macOS |Linux) for more detailed instructions.

Features

Questions, issues, feature requests, and contributions

  • If you have a question about accomplishing something in general with the extension, pleaseask on Stack Overflow.

  • If you find a problem or have a feature request with the extension, pleasefind out if there is a current issue you may upvote or otherwisefile an issue.

  • Contributions are always welcome! Please see thecontributing guide for more details.


[8]ページ先頭

©2009-2025 Movatter.jp