| @@ -42,4 +42,4 @@ VignetteBuilder: | |||
| Encoding: UTF-8 | |||
| LazyData: true | |||
| Roxygen: list(markdown = TRUE) | |||
| RoxygenNote: 7.0.2 | |||
| RoxygenNote: 7.1.0 | |||
| @@ -50,7 +50,8 @@ style_duo( | |||
| header_background_text_color = background_color, | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", | |||
| "bottom"), | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = xaringanthemer_font_default("text_font_family"), | |||
| @@ -28,8 +28,10 @@ style_duo_accent( | |||
| inverse_background_color = secondary_color, | |||
| inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), | |||
| inverse_text_shadow = FALSE, | |||
| inverse_header_color = choose_dark_or_light(secondary_color, black_color, white_color), | |||
| title_slide_text_color = choose_dark_or_light(primary_color, black_color, white_color), | |||
| inverse_header_color = choose_dark_or_light(secondary_color, black_color, | |||
| white_color), | |||
| title_slide_text_color = choose_dark_or_light(primary_color, black_color, | |||
| white_color), | |||
| title_slide_background_color = primary_color, | |||
| title_slide_background_image = NULL, | |||
| title_slide_background_size = NULL, | |||
| @@ -53,7 +55,8 @@ style_duo_accent( | |||
| header_background_text_color = background_color, | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", | |||
| "bottom"), | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = xaringanthemer_font_default("text_font_family"), | |||
| @@ -28,8 +28,10 @@ style_duo_accent_inverse( | |||
| inverse_background_color = secondary_color, | |||
| inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), | |||
| inverse_text_shadow = FALSE, | |||
| inverse_header_color = choose_dark_or_light(secondary_color, black_color, white_color), | |||
| title_slide_text_color = choose_dark_or_light(primary_color, black_color, white_color), | |||
| inverse_header_color = choose_dark_or_light(secondary_color, black_color, | |||
| white_color), | |||
| title_slide_text_color = choose_dark_or_light(primary_color, black_color, | |||
| white_color), | |||
| title_slide_background_color = primary_color, | |||
| title_slide_background_image = NULL, | |||
| title_slide_background_size = NULL, | |||
| @@ -54,7 +56,8 @@ style_duo_accent_inverse( | |||
| header_background_text_color = background_color, | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", | |||
| "bottom"), | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = xaringanthemer_font_default("text_font_family"), | |||
| @@ -50,7 +50,8 @@ style_mono_accent( | |||
| header_background_text_color = background_color, | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", | |||
| "bottom"), | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = xaringanthemer_font_default("text_font_family"), | |||
| @@ -50,7 +50,8 @@ style_mono_accent_inverse( | |||
| header_background_text_color = background_color, | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", | |||
| "bottom"), | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = xaringanthemer_font_default("text_font_family"), | |||
| @@ -50,7 +50,8 @@ style_mono_dark( | |||
| header_background_text_color = background_color, | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", | |||
| "bottom"), | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = xaringanthemer_font_default("text_font_family"), | |||
| @@ -50,7 +50,8 @@ style_mono_light( | |||
| header_background_text_color = background_color, | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", | |||
| "bottom"), | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = xaringanthemer_font_default("text_font_family"), | |||
| @@ -47,7 +47,8 @@ style_solarized_dark( | |||
| header_background_text_color = background_color, | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", | |||
| "bottom"), | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = xaringanthemer_font_default("text_font_family"), | |||
| @@ -47,7 +47,8 @@ style_solarized_light( | |||
| header_background_text_color = background_color, | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", | |||
| "bottom"), | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = xaringanthemer_font_default("text_font_family"), | |||
| @@ -50,7 +50,8 @@ style_xaringan( | |||
| header_background_text_color = background_color, | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", | |||
| "bottom"), | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = xaringanthemer_font_default("text_font_family"), | |||