💻Overview💻
This is the private repository of group 6 for their collaborative project as part of STAT 545A. This project is an essential part of the course and a learning tool for RStudio projects, workflow, version control with Git and collaboration via GitHub.
The aim is to create a GitHub repository and collaborate with teammates to work on milestones of the project using git and GitHub workflow. To efficiently complete this project, teammates will delegate tasks to each other. The discussion about project files will be done by writing GitHub issues. Each member will mention another member in the issue or pull requestes so that it gets reviewed easily (for eg: issue raised by Sudha will be reviewed by Maira @maira1220).
📁Files in the repository📂 | 👧Teammates👧 |
---|---|
TEAMWORK.md: Teamwork contract has the tasks delegated to teammates and the timing for task completion. | Eve Chen @eve-chen97 |
troubleshooting-1.md and troubleshooting-1.rmd: As part of Milestone-1, the errors in the code are troubleshooted and the fixed code is knitted to a md file. | Ekpereka Amutaigwe @eamutaigwe |
README.md: Project overview and files | Sudha Kotapalli @Sudhaubc |
Editing and submission of Milestone-1 | Maira Jimenez @maira1220 |
troubleshooting-2.md and troubleshooting-2.rmd: As part of Milestone-2, code chunk errors in an R markdown document were fixed and the document knitted to a md file. | Collaborative effort |
Instruction on how to use the code that appears in this folder / GitHub repository.
-
.md
files : The markdown files can be read and edited with a normal text editor. -
.rmd
files: The R Markdown is a file format for making dynamic documents with R. You can use Integrated Development Environment like RStudio to open the files, edit and run the code embedded. You can also render the files into markdown, HTML or PDF formats with RStudio IDE.