File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 6
6
library(magick)
7
7
8
8
# set as default because for some reason it breaks the pdf in this chapter
9
- knitr::opts_chunk$set(fig.align = "default", dpi=300 )
9
+ knitr::opts_chunk$set(fig.align = "default")
10
10
```
11
11
12
12
## Overview
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ library(forcats)
4
4
# read canlang data from GitHub and place it in the data directory
5
5
can_lang <- readr::read_csv("https://github.com/ttimbers/canlang/raw/master/inst/extdata/can_lang.csv") %>%
6
6
readr::write_csv("data/can_lang.csv")
7
-
8
- knitr::opts_chunk$set(dpi=300)
9
7
```
10
8
11
9
# Preface {-}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ library(magick)
5
5
library(magrittr)
6
6
library(knitr)
7
7
knitr::opts_chunk$set(message = FALSE,
8
- fig.align = "center", dpi = 300 )
8
+ fig.align = "center")
9
9
```
10
10
11
11
## Overview
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ library(kableExtra)
8
8
library(magick)
9
9
10
10
11
- knitr::opts_chunk$set(fig.align = "center", dpi = 300 )
11
+ knitr::opts_chunk$set(fig.align = "center")
12
12
```
13
13
14
14
## Overview
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ library(canlang)
7
7
library(cowplot)
8
8
9
9
# set as default because for some reason it breaks the pdf in this chapter
10
- knitr::opts_chunk$set(fig.align = "default", dpi = 300 )
10
+ knitr::opts_chunk$set(fig.align = "default")
11
11
```
12
12
13
13
## Overview
You can’t perform that action at this time.
0 commit comments