Chapter 18 Additional Tools

Here are a few additional tools that can help you with App development:

  • lintr - Checks adherence to a given style, syntax errors, and possible semantic issues.
  • styler - Format R code according to a style guide.
  • funchir - stale package check

R Code

install.packages(c("funchir", "lintr", "styler"))