Closed florianm closed 7 years ago
Based on http://r-pkgs.had.co.nz/r.html we could simplify our style guide to:
install.packages("formatR") formatR::tidy_dir("R", width.cutoff = 79) install.packages("lintr") lintr::lint_package()
Style suggestion is now documented in README.md.
Based on http://r-pkgs.had.co.nz/r.html we could simplify our style guide to: