wurli/r-best-practice

Stuff for a possible page 2

Opened this issue · 0 comments

  • General advice about writing good code - maybe Code Design:
    • Write then rewrite
    • Clarity first, efficiency/optimisation later
    • Clean up dead code!
    • Think about API consistency
  • {targets}
  • More styling guidance, including {lintr} and {styler}
  • A dedicated {renv} section
  • Git advice...?
  • More options for project layout:
    • Package-like
      • Facilitates use of {testthat}
    • Actual package
    • {targets}
  • Advice about online communities