This is probably something asinine, but I don’t think I configured it correctly lintr
in Rstudio (0.99.486). I have all the settings in the "Settings"> "Code"> "Diagnostics" section and have been lintr
uploaded to the project workspace. However, when I run the diagnostics, I get no errors in syntax, assignment, etc. Is there something I need to do to enable all liters by default?
(Please forbid me from any stupid mistake I have made so far.)
testing = function(test1, test2)
{
return paste(test, test1)
}
test.var = 1+2
source
share