Files
oak-gpui/docs/src/languages/r.md
T
Marshall Bowers 3a44a59f8e docs: Format docs (#15352)
This PR formats the rest of the docs' source files.

I'll follow up with a CI check to ensure they stay formatted.

Release Notes:

- N/A
2024-07-27 14:52:21 -04:00

363 B

R

R support is available through the R extension.

Installation

  • Install R
  • Install the R packages languageserver and lintr:
install.packages("languageserver")
install.packages("lintr")