Skip to content

Commit

Permalink
Trying to speed up reporting vignette build
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Mar 7, 2024
1 parent 8e29007 commit e1bbb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/Reporting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vignette: >
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, message=FALSE, eval=TRUE)
knitr::opts_chunk$set(echo = TRUE, message=FALSE, eval=FALSE)
require(ubiquity)
require(ggplot2)
require(ubiquity)
Expand Down

0 comments on commit e1bbb56

Please sign in to comment.