Make some pictures of some dataset(s). Use either of the two datasets we have provided (questionnaire, and donations-vs-deaths), or acquire one of your own.
- Write about your process and your results using RMarkdown and submit both the Rmd and compiled html as a pull request to the course repository.
- Next week, you will each lead a code review with a group of your peers explaining your implementations. You will then have the opportunity to amend your branch in light of your peers feedback. Pull requests will be merged over the following week when you indicate that they are complete.
This is a many-part assignment. It asks you to do some things that are familiar, to recite some unfamiliar incantations to git, and to follow some strict rules about naming and changes that are appropriate to include in a pull request. On the other hand, the actual work of the assignment making pictures of data is an open, creative exercise and is a chance to share something with your peers and to learn from them.
git checkout -b hw1
qmssviz/hw1/_posts
.published: false
(This prevents gh-pages from trying to re-render your document, and simply use the html one)tags: hw1
(for organization)2014-09-18-HW1-Michael-Malecki.Rmd
. (Uni is fine too. You just can't all give it the same non-unique name hw1
.)git push -u origin hw1
so that your current branch goes live to your fork and the two (local and server) know about each other.If in the first draft of the assignment you cant debug your issues with git or Rmd, you will have time in class to show your broken branch to your peers, who might be able to help, and to try again. Share your frustrations and get them resolved.