add github actions badge here
- full name, github handle
- full name, github handle
This repository is a template for your team's repository.
All work for this assignment should be in the assignment directory. You will work in the .Rmd notebook, and commit your rendered output files (.md and associated files) in the assignment directory as well.
All team repositories will also include most of the special files found here:
README.mdthis file, a general overview of the repository in markdown format..gitignoreOptional file, ignore common file types we don't want to accidentally commit to GitHub. Most projects should use this.<REPO-NAME>.RprojOptional, an R-Project file created by RStudio for it's own configuration. Some people prefer to.gitignorethis file.
DESCRIPTIONa metadata file for the repository, based on the R package standard. It's main purpose here is as a place to list any additional R packages/libraries needed for any of the .Rmd files to run..github/workflows/main.ymldefines the Continuous Integration testing script for running the .Rmd files to confirm reproducibility.