diff --git a/DESCRIPTION b/DESCRIPTION index b867239..15d7ea3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -41,5 +41,5 @@ Suggests: vdiffr (>= 1.0.4) VignetteBuilder: knitr Encoding: UTF-8 -RoxygenNote: 7.2.1 +RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) diff --git a/man/theme_grob.Rd b/man/theme_grob.Rd index 8d804e7..75ebef4 100644 --- a/man/theme_grob.Rd +++ b/man/theme_grob.Rd @@ -17,10 +17,11 @@ This is only used on grob output. \examples{ data(iris) cf <- condformat(head(iris)) \%>\% - theme_grob(base_size = 10, base_colour = "red") -\dontrun{ -print(cf) -} + theme_grob( + rows = NULL, + theme = gridExtra::ttheme_default(base_size = 10, base_colour = "red") + ) +condformat2grob(cf) } \seealso{ \code{\link[gridExtra]{tableGrob}}