Repository for group 4 in Tuesday class of Intro to Data Science project
- Clone this repository to your local and make sure you keep the
main
branch updated. main
branch is locked so no one can directly push to it.- For any changes you wish to make, create a new branch with the format
name-changefile-change
and commit changes to that branch. Example, if I am making changes to the code and adding a plot, I will name the branchdhanush-code-plot
. - Once you commit all the changes, please test it locally before submitting a Pull Request.
- You have to add me as a reviewer for any PR you raise, and I will review and merge.
- Once merged, you can sync the
main
branch again and repeat the process for any changes.
There are two directories in this project right now dataset
and code
. dataset
will contain the .csv or any other type of file we are using to keep the data. and code
will contain the RMarkdown and generated HTML files.
- Open RStudio
- Click on "File" -> "Open Project..."
- Navigate to the folder where this repo is synced.
- Click on "dats6101-tue-project1-group4.Rproj" and open.
- RStudio will open this project with git initialized. You can create branches, commit changes, sync etc. through RStudio.