Skip to content

Commit

Permalink
Merge pull request rdpeng#25 from Ripley6811/Assignment-updates
Browse files Browse the repository at this point in the history
Assignment updates
  • Loading branch information
rdpeng committed Aug 26, 2014
2 parents dc20c7c + 233a171 commit af36164
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion PA1_template.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Reproducible Research: Peer Assessment 1
---
title: "Reproducible Research: Peer Assessment 1"
output:
html_document:
keep_md: true
---


## Loading and preprocessing the data
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ using any plotting system you choose.

To submit the assignment:

1. Commit the your completed `PA1_template.Rmd` file to the `master` branch of your git repository (you should already be on the `master` branch unless you created new ones)
1. Commit your completed `PA1_template.Rmd` file to the `master` branch of your git repository (you should already be on the `master` branch unless you created new ones)

2. Commit your `PA1_template.md` and `PA1_template.html` files produced by processing your R markdown file with `knit2html()` function in R (from the **knitr** package)
2. Commit your `PA1_template.md` and `PA1_template.html` files produced by processing your R markdown file with the `knit2html()` function in R (from the **knitr** package)

3. If your document has figures included (it should) then they should have been placed in the `figures/` directory by default (unless you overrided the default). Add and commit the `figures/` directory to yoru git repository.
3. If your document has figures included (it should) then they should have been placed in the `figures/` directory by default (unless you overrode the default). Add and commit the `figures/` directory to your git repository.

4. Push your `master` branch to GitHub.

Expand All @@ -151,9 +151,9 @@ In addition to submitting the URL for your GitHub repository, you will
need to submit the 40 character SHA-1 hash (as string of numbers from
0-9 and letters from a-f) that identifies the repository commit that
contains the version of the files you want to submit. You can do this
in GitHub by doing the following
in GitHub by doing the following:

1. Going to your GitHub repository web page for this assignment
1. Go into your GitHub repository web page for this assignment

2. Click on the "?? commits" link where ?? is the number of commits you have in the repository. For example, if you made a total of 10 commits to this repository, the link should say "10 commits".

Expand Down

0 comments on commit af36164

Please sign in to comment.