106 Lab: Title of the Lab
Explain what this lab is about and what skills it aims to develop.
Getting started
Go to the course organization on GitHub.
Find your lab repo.
Housekeeping
Git configuration / password caching
Configure your Git user name and email. If you cannot remember the instructions, refer to an earlier lab. Also remember that you can cache your password for a limited amount of time.
If you would like your git password cached for a week for this project, type the following in the Terminal:
YAML
Open the R Markdown (Rmd) file in your project, change the author name to your name, and knit the document. Doing so will allow you to personalize your Rmd file.
Commiting and pushing changes
- Go to the Git pane in your RStudio.
- View the Diff and confirm that you are happy with the changes.
- Add a commit message like “Update team name” in the Commit message box and hit Commit.
- Click on Push. This will prompt a dialogue box where you first need to enter your user name, and then your password.
Exercises
This section contains exercises designed to help you deepen your understanding of the key concepts discussed.
Stretch Tasks (Optional)
This section offer additional optional activities for students who wish to deepen their understanding.