Keep Collecting Data!

You’re done setting up your data repository! Keep adding new data, and new tests as they become necessary. Be sure to

  • Add any packages you use to the DESCRIPTION files as we did in Add Data. Recall you can’t add the tidyverse umbrella package, you need to add its component packages individually.
  • Add all testing R scripts you want to run to the testthat folder as we did in Add Data Checks.
  • Add all non-testing R scripts to the main folder and add the corresponding code to .github/workflows/R-CMD-check.yaml as we did Add Data Code.

For more details about