Skip to content

Commit

Permalink
set dev="png"; #573
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Nov 5, 2022
1 parent 106f057 commit 53d8fb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/stars2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ vignette: >
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
knitr::opts_chunk$set(collapse = TRUE)
knitr::opts_chunk$set(echo = TRUE, collapse = TRUE, dev = "png")
set.seed(13579)
EVAL = x = suppressWarnings(require(starsdata, quietly = TRUE))
```
Expand Down

0 comments on commit 53d8fb1

Please sign in to comment.