ropensci / tidyqpcr

quantitative PCR analysis in the tidyverse
https://docs.ropensci.org/tidyqpcr/
Other
51 stars 18 forks source link

Echo setup code chunk in vignettes #137

Closed ewallace closed 2 years ago

ewallace commented 2 years ago

Separated out from the point in #122

Vignette needs ggplot2 loaded to run. For clarity, I might call library(cowplot) in the first code chunk too.

We can solve several sets of problems like that by just displaying the first setup chunk in all vignettes, removing echo=FALSE.

While we are at it, do we need the theme_set() in the plate loading vignette? Probably could be removed.

This could be fixed at the same time as #130 as it involves only the vignettes.