Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 380 Bytes

File metadata and controls

13 lines (9 loc) · 380 Bytes

A sublime text plugin that formats R code using R package formatR.

requirement

  • install R and add Rscript.exe to the environment path.
  • install R package formatR.

usage

  • select the code and press ctrl+alt+f
  • set the format style in SublimeFormatR.sublime-settings file.

Done

  • deal with tidy_source()'s error massege and show it in the dialog.