Skip to content

Commit c9c6a5b

Browse files
committed
adding dpi 300 to setup chunk
1 parent f72ee96 commit c9c6a5b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
library(magick)
77
88
# set as default because for some reason it breaks the pdf in this chapter
9-
knitr::opts_chunk$set(fig.align = "default")
9+
knitr::opts_chunk$set(fig.align = "default", dpi=300)
1010
```
1111

1212
## Overview

preface-text.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ library(forcats)
44
# read canlang data from GitHub and place it in the data directory
55
can_lang <- readr::read_csv("https://github.com/ttimbers/canlang/raw/master/inst/extdata/can_lang.csv") %>%
66
readr::write_csv("data/can_lang.csv")
7+
8+
knitr::opts_chunk$set(dpi=300)
79
```
810

911
# Preface {-}

0 commit comments

Comments
 (0)