Provide installation instructions for the R extension (#14601)

Release Notes:

- N/A
This commit is contained in:
Kyle Kelley
2024-07-16 15:51:40 -07:00
committed by GitHub
parent 9c43450fef
commit 252737aef4
2 changed files with 16 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# R
R support is available through the [R extension](https://github.com/ocsmit/zed-r).
## Installation
* [Install R](https://cloud.r-project.org/)
* Install the R packages `languageserver` and `lintr`:
```R
install.packages("languageserver")
install.packages("lintr")
```
* Install the [R extension](https://github.com/ocsmit/zed-r) through Zed's extensions