A simple question: does anybody knows if a tool similar to sonarqube exists for R code? or a sonarqube library? I mean, a tool for analyzing technically quality of the code, not only highlighting or sintax formating. thanks in advance!
You can use lintr
and upload the results to SonarQube. There is an example at here: