Instructions:
- Upload the original Rmd file you used to create the HTML file for Assignment 4.
- Create a github repository in your github.com account named csde502_winter_2021_uwnetid where uwnetid is your UWNetID.
- Make the repository public.
- Add a README file.
- Using Git, make some tracked changes in response to comments you received on Assignment
4.
- Upload the file to your github account with tracked changes to the repository you just created.
- Fill in your name, UWNetID, and github URL, above.
- Create a PDF file from this document.
- Zip the PDF file and upload the zip file to Canvas.
Guidelines:
Make sure your Rmd file contains code to include at least the following:
- Your name and contact information
- Date of creation
- A table of contents
- Sequentially numbered section headers for each question
- Any additional R Markdown elements to make your document easier to navigate, read, and understand. All tables and figures should be captioned and cross-referenced.
- Source code for the Rmd at the end of the document
- For any data driven values reported in the text (e.g., mean of a vector), use the construction
`r somecode`
- Pay attention to the number of decimal places you report
Explanation:
This assignment will give you some practice using Git.
Reviews
There are no reviews yet.