Closed
Description
In the revdep check (#3303), packages that define complete themes fail because the themes don't contain all required elements (several were added by #2934).
- esmisc: https://github.com/EDiLD/esmisc/blob/master/R/theme_edi.R#L13
- fingertipscharts: https://github.com/cran/fingertipscharts/blob/master/R/theme.R#L7
- jcolors: https://github.com/jaredhuling/jcolors/blob/master/R/ggplot2_themes.R#L2
- xpose: https://github.com/UUPharmacometrics/xpose/blob/master/R/themes_gg.R#L29 and https://github.com/UUPharmacometrics/xpose/blob/master/R/themes_gg.R#L46
In addition, some rstan dependencies fail on stan_plot()
(breathteststan) and stan_hist()
(fergm). rstan defines the default theme at package build time instead of within a function, which might be the cause of these failures.
Metadata
Metadata
Assignees
Labels
No labels