You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ echo"library(randomForest)"> bad.R
$ Rscript -e "lintr::lint('bad.R')"
bad.R:1:9: style: Variable and functionnames should be all lowercase.
library(randomForest)
^~~~~~~~~~~~
Strangely, this doesn't happen if only the first letter is capitalized: