Skip to content

Commit 11f32a0

Browse files
committed
Try improve readme figure quality
1 parent 8b28e2c commit 11f32a0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.Rmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
output:
33
github_document:
44
html_preview: false
5+
dev: png
56
---
67

78
```{r setup, include=FALSE}
@@ -10,8 +11,10 @@ knitr::opts_chunk$set(
1011
comment = "#>",
1112
fig.path = "man/figures/README-",
1213
out.width = "100%",
13-
dev.args = list(png = list(type = "cairo"))
14+
dev.args = list(png = list(type = "cairo")),
15+
fig.retina=3
1416
)
17+
1518
```
1619

1720

0 commit comments

Comments
 (0)