Sublime Forum

Lintr is not running in sublime

#1

Hello, I use R code in sublime. I have installed SublimeLinter via package control, lintr via git, R is connected to sublime (I can push the code by “cnrt+enter”), i’ve downloaded the package in R by install.packages(“lintr”).
Can somebody, please, help me to configuer sublime to lint R code. I think something is missing I get this message: No lint results.
Thank you!

0 Likes

#2

SublimeLinter uses plugins to lint a specific language, did you install https://packagecontrol.io/packages/SublimeLinter-contrib-lintr too?

0 Likes