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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 0 deletions

View File

@ -52,6 +52,7 @@
- [Proto](./languages/proto.md)
- [PureScript](./languages/purescript.md)
- [Python](./languages/python.md)
- [R](./languages/r.md)
- [Racket](./languages/racket.md)
- [Ruby](./languages/ruby.md)
- [Rust](./languages/rust.md)

15
docs/src/languages/r.md Normal file
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