lintr is not working with sublime

1

I have installed a SublimeLinter via package control, lintr is not available in package control, I have installed it via git. R is connected to sublime, package lintr was installed by install.packages("lintr"). But I get this error:

No lint results.

Can someone please help me to configure lintr in Sublime?

IrFe

Posted 2019-06-10T13:14:05.317

Reputation: 11

So you did install SublimeLinter, but what about SublimeLinter-contrib-lintr? Is lintr in your PATH, does it work from your terminal?

– idleberg – 2019-06-12T11:37:52.200

I've added: "C:\Program Files\R\R-3.5.1\library\lintr" to the PATH of the Enviroment variables in my computer. And lintr runs fine in R, with lintr::lint(Bad.R) – IrFe – 2019-06-13T13:13:37.740

No answers