The goal of this first problem set is to make sure you know how to work with GitHub Classroom in order to access, complete, and submit assignments. You will not be evaluated on this assignment.
Deadline: Submission not required
-
Get started with GitHub
-
Install GitHub Desktop if you haven't already. If you are having trouble, follow the instructions here: https://help.github.com/desktop/guides/getting-started-with-github-desktop/
-
Set up an account with GitHub.
-
-
Fork and clone the MY472 home page repository.
-
You can "fork" the repository using the "Fork" button in the upper right. This will copy a version of this repository to a "fork" repo that will be created in your GitHub account.
-
Now "clone" the repository using the buttons found to the right side of your browser window as you view this repository. This is the button labelled "Clone in Desktop", and will create a (local) copy on your local drive.
You could also have done this from a terminal window on your local machine using
git clone https://github.com/lse-my472/lse-my472.github.io
-
Knit the two
.Rmd
files, which will result in two new.html
files. After compiling the RMarkdown file, practice staging and pushing the compiled files to your own (forked) version of that repository.
-
-
Practice the GitHub classroom workflow.
-
Access the GitHub Classroom for assignment 1 through:
https://classroom.github.com/a/eP8zHQIG
Click on "accept this assignment" to set up the repository for this part of the assignment.
-
Write your personal information on
information.md
and then commit the file. -
Fix the RMarkdown file
RMarkdown-practice.Rmd
so that it can be compiled. Stage, commit, and push this change.
-
Congratulations, you are finished!
-
OPTIONAL: Create a personal web page.
- Clone a website repository, modify it, and publish a personal webpage. You can follow the steps described in: