Closed ewallace closed 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.
echo=FALSE
While we are at it, do we need the theme_set() in the plate loading vignette? Probably could be removed.
theme_set()
This could be fixed at the same time as #130 as it involves only the vignettes.
Separated out from the point in #122
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.