PRL-PRG / eval-dyntracing-experiment

Experimental setup for tracing eval in R using evaldyntracer and R-dyntrace
0 stars 2 forks source link

Integrate `lintr` for consistent formatting and idiomatic R #2

Open aviralg opened 6 years ago

aviralg commented 6 years ago

lintr is a static code analysis tool for R. My expectation is that the R code pushed to this repo passes all lintr checks. This way we spend more time on design related discussion than on formatting inconsistencies.

fikovnik commented 6 years ago

Great idea, I will add it to genthat :-)