forked from AdamWilsonLabEDU/SpatialDataScience
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTK_11.Rmd
More file actions
24 lines (20 loc) · 623 Bytes
/
TK_11.Rmd
File metadata and controls
24 lines (20 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: Project Peer Review
subtitle: Review project drafts from your peers
week: 11
type: Task
reading:
- GitHub [Pull Requests](https://help.github.com/articles/about-pull-requests/)
tasks:
- Commit the current version of your project repository to GitHub
- Review at least two other students' projects and make comments via a _pull request_ in GitHub before next class next week.
---
```{r, echo=FALSE, message=FALSE, results='hide', purl=FALSE}
source("functions.R")
source("knitr_header.R")
```
`r presframe()`
# Reading
```{r reading,results='asis',echo=F}
md_bullet(rmarkdown::metadata$reading)
```