Provide installation instructions for the R extension (#14601)
Release Notes: - N/A
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user