Skip to content

Commit f2bd66d

Browse files
author
Adam M. Wilson
committed
update CS07
1 parent d8f7cff commit f2bd66d

File tree

15 files changed

+12
-585
lines changed

15 files changed

+12
-585
lines changed

07_Reproducibile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ tasks:
1717

1818

1919
<div class='extraswell'>
20-
<button data-toggle='collapse' class='btn btn-link' data-target='#pres'>View Presentation </button> [Open presentation in a new tab](presentation/day_13_repro.html){target='_blank'}
20+
<button data-toggle='collapse' class='btn btn-link' data-target='#pres'>View Presentation </button> [Open presentation in a new tab](presentations/day_13_repro.html){target='_blank'}
2121
<div id='pres' class='collapse'>
2222
<div class='embed-responsive embed-responsive-16by9'>
23-
<iframe class='embed-responsive-item' src='presentation/day_13_repro.html' allowfullscreen></iframe>
23+
<iframe class='embed-responsive-item' src='presentations/day_13_repro.html' allowfullscreen></iframe>
2424
_Click on presentation and then use the space bar to advance to the next slide
2525
or escape key to show an overview._
2626
</div>

CS_07.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ md_bullet(rmarkdown::metadata$tasks)
3939

4040
## Libraries
4141

42-
```{r message=F,warning=FALSE}
42+
```{r purl=F, message=F,warning=FALSE}
4343
library(tidyverse)
4444
library(reprex)
4545
library(sf)
@@ -54,6 +54,8 @@ You want to make a figure illustrating the distribution of GDP per capita for al
5454

5555
```{r, echo=F, purl=F, warning=F}
5656
library(spData)
57+
library(rgdal)
58+
library(sf)
5759
library(ggplot2)
5860
data(world)
5961

CS_07.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ tasks:
1818

1919

2020
<div class='extraswell'>
21-
<button data-toggle='collapse' class='btn btn-link' data-target='#pres'>View Presentation </button> [Open presentation in a new tab](presentation/day_12_help.html){target='_blank'}
21+
<button data-toggle='collapse' class='btn btn-link' data-target='#pres'>View Presentation </button> [Open presentation in a new tab](presentations/day_12_help.html){target='_blank'}
2222
<div id='pres' class='collapse'>
2323
<div class='embed-responsive embed-responsive-16by9'>
24-
<iframe class='embed-responsive-item' src='presentation/day_12_help.html' allowfullscreen></iframe>
24+
<iframe class='embed-responsive-item' src='presentations/day_12_help.html' allowfullscreen></iframe>
2525
_Click on presentation and then use the space bar to advance to the next slide
2626
or escape key to show an overview._
2727
</div>
165 KB
Loading

0 commit comments

Comments
 (0)