Quellcode durchsuchen

Document (GitHub Actions)

pull/71/head
gadenbuie vor 4 Jahren
Ursprung
Commit
8692d232db
17 geänderte Dateien mit 12 neuen und 22 gelöschten Zeilen
  1. +1
    -1
      DESCRIPTION
  2. +0
    -1
      man/apply_alpha.Rd
  3. +0
    -1
      man/choose_dark_or_light.Rd
  4. +0
    -1
      man/lighten_darken_color.Rd
  5. +0
    -1
      man/scale_xaringan.Rd
  6. +1
    -1
      man/style_duo.Rd
  7. +1
    -1
      man/style_duo_accent.Rd
  8. +1
    -1
      man/style_duo_accent_inverse.Rd
  9. +1
    -1
      man/style_mono_accent.Rd
  10. +1
    -1
      man/style_mono_accent_inverse.Rd
  11. +1
    -1
      man/style_mono_dark.Rd
  12. +1
    -1
      man/style_mono_light.Rd
  13. +1
    -1
      man/style_solarized_dark.Rd
  14. +1
    -1
      man/style_solarized_light.Rd
  15. +1
    -1
      man/style_xaringan.Rd
  16. +0
    -1
      man/theme_xaringan_get_value.Rd
  17. +1
    -6
      man/xaringanthemer-package.Rd

+ 1
- 1
DESCRIPTION Datei anzeigen

Config/testthat/edition: 3 Config/testthat/edition: 3
Encoding: UTF-8 Encoding: UTF-8
Roxygen: list(markdown = TRUE) Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2

+ 0
- 1
man/apply_alpha.Rd Datei anzeigen

if (requireNamespace("scales", quietly = TRUE)) { if (requireNamespace("scales", quietly = TRUE)) {
scales::show_col(c(blue, blue_transparent)) scales::show_col(c(blue, blue_transparent))
} }

} }

+ 0
- 1
man/choose_dark_or_light.Rd Datei anzeigen

if (requireNamespace("scales", quietly = TRUE)) { if (requireNamespace("scales", quietly = TRUE)) {
scales::show_col(c(light_green, contrast_green, dark_purple, contrast_purple)) scales::show_col(c(light_green, contrast_green, dark_purple, contrast_purple))
} }

} }
\references{ \references{
\url{https://stackoverflow.com/a/3943023/2022615} \url{https://stackoverflow.com/a/3943023/2022615}

+ 0
- 1
man/lighten_darken_color.Rd Datei anzeigen

if (requireNamespace("scales", quietly = TRUE)) { if (requireNamespace("scales", quietly = TRUE)) {
scales::show_col(c(blue_light, blue, blue_dark)) scales::show_col(c(blue_light, blue, blue_dark))
} }

} }

+ 0
- 1
man/scale_xaringan.Rd Datei anzeigen

# Fill color matches teal text # Fill color matches teal text
scale_xaringan_color_discrete(direction = -1) scale_xaringan_color_discrete(direction = -1)
} }

} }

+ 1
- 1
man/style_duo.Rd Datei anzeigen

To use the styles created by this theme function, make sure To use the styles created by this theme function, make sure
that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML
header. If you change the name of the output file using the \code{outfile} header. If you change the name of the output file using the \code{outfile}
argument, use that name instead of the default file name.\if{html}{\out{<div class="yaml">}}\preformatted{output:
argument, use that name instead of the default file name.\if{html}{\out{<div class="sourceCode yaml">}}\preformatted{output:
xaringan::moon_reader: xaringan::moon_reader:
css: xaringan-themer.css css: xaringan-themer.css
}\if{html}{\out{</div>}} }\if{html}{\out{</div>}}

+ 1
- 1
man/style_duo_accent.Rd Datei anzeigen

To use the styles created by this theme function, make sure To use the styles created by this theme function, make sure
that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML
header. If you change the name of the output file using the \code{outfile} header. If you change the name of the output file using the \code{outfile}
argument, use that name instead of the default file name.\if{html}{\out{<div class="yaml">}}\preformatted{output:
argument, use that name instead of the default file name.\if{html}{\out{<div class="sourceCode yaml">}}\preformatted{output:
xaringan::moon_reader: xaringan::moon_reader:
css: xaringan-themer.css css: xaringan-themer.css
}\if{html}{\out{</div>}} }\if{html}{\out{</div>}}

+ 1
- 1
man/style_duo_accent_inverse.Rd Datei anzeigen

To use the styles created by this theme function, make sure To use the styles created by this theme function, make sure
that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML
header. If you change the name of the output file using the \code{outfile} header. If you change the name of the output file using the \code{outfile}
argument, use that name instead of the default file name.\if{html}{\out{<div class="yaml">}}\preformatted{output:
argument, use that name instead of the default file name.\if{html}{\out{<div class="sourceCode yaml">}}\preformatted{output:
xaringan::moon_reader: xaringan::moon_reader:
css: xaringan-themer.css css: xaringan-themer.css
}\if{html}{\out{</div>}} }\if{html}{\out{</div>}}

+ 1
- 1
man/style_mono_accent.Rd Datei anzeigen

To use the styles created by this theme function, make sure To use the styles created by this theme function, make sure
that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML
header. If you change the name of the output file using the \code{outfile} header. If you change the name of the output file using the \code{outfile}
argument, use that name instead of the default file name.\if{html}{\out{<div class="yaml">}}\preformatted{output:
argument, use that name instead of the default file name.\if{html}{\out{<div class="sourceCode yaml">}}\preformatted{output:
xaringan::moon_reader: xaringan::moon_reader:
css: xaringan-themer.css css: xaringan-themer.css
}\if{html}{\out{</div>}} }\if{html}{\out{</div>}}

+ 1
- 1
man/style_mono_accent_inverse.Rd Datei anzeigen

To use the styles created by this theme function, make sure To use the styles created by this theme function, make sure
that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML
header. If you change the name of the output file using the \code{outfile} header. If you change the name of the output file using the \code{outfile}
argument, use that name instead of the default file name.\if{html}{\out{<div class="yaml">}}\preformatted{output:
argument, use that name instead of the default file name.\if{html}{\out{<div class="sourceCode yaml">}}\preformatted{output:
xaringan::moon_reader: xaringan::moon_reader:
css: xaringan-themer.css css: xaringan-themer.css
}\if{html}{\out{</div>}} }\if{html}{\out{</div>}}

+ 1
- 1
man/style_mono_dark.Rd Datei anzeigen

To use the styles created by this theme function, make sure To use the styles created by this theme function, make sure
that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML
header. If you change the name of the output file using the \code{outfile} header. If you change the name of the output file using the \code{outfile}
argument, use that name instead of the default file name.\if{html}{\out{<div class="yaml">}}\preformatted{output:
argument, use that name instead of the default file name.\if{html}{\out{<div class="sourceCode yaml">}}\preformatted{output:
xaringan::moon_reader: xaringan::moon_reader:
css: xaringan-themer.css css: xaringan-themer.css
}\if{html}{\out{</div>}} }\if{html}{\out{</div>}}

+ 1
- 1
man/style_mono_light.Rd Datei anzeigen

To use the styles created by this theme function, make sure To use the styles created by this theme function, make sure
that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML
header. If you change the name of the output file using the \code{outfile} header. If you change the name of the output file using the \code{outfile}
argument, use that name instead of the default file name.\if{html}{\out{<div class="yaml">}}\preformatted{output:
argument, use that name instead of the default file name.\if{html}{\out{<div class="sourceCode yaml">}}\preformatted{output:
xaringan::moon_reader: xaringan::moon_reader:
css: xaringan-themer.css css: xaringan-themer.css
}\if{html}{\out{</div>}} }\if{html}{\out{</div>}}

+ 1
- 1
man/style_solarized_dark.Rd Datei anzeigen

To use the styles created by this theme function, make sure To use the styles created by this theme function, make sure
that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML
header. If you change the name of the output file using the \code{outfile} header. If you change the name of the output file using the \code{outfile}
argument, use that name instead of the default file name.\if{html}{\out{<div class="yaml">}}\preformatted{output:
argument, use that name instead of the default file name.\if{html}{\out{<div class="sourceCode yaml">}}\preformatted{output:
xaringan::moon_reader: xaringan::moon_reader:
css: xaringan-themer.css css: xaringan-themer.css
}\if{html}{\out{</div>}} }\if{html}{\out{</div>}}

+ 1
- 1
man/style_solarized_light.Rd Datei anzeigen

To use the styles created by this theme function, make sure To use the styles created by this theme function, make sure
that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML
header. If you change the name of the output file using the \code{outfile} header. If you change the name of the output file using the \code{outfile}
argument, use that name instead of the default file name.\if{html}{\out{<div class="yaml">}}\preformatted{output:
argument, use that name instead of the default file name.\if{html}{\out{<div class="sourceCode yaml">}}\preformatted{output:
xaringan::moon_reader: xaringan::moon_reader:
css: xaringan-themer.css css: xaringan-themer.css
}\if{html}{\out{</div>}} }\if{html}{\out{</div>}}

+ 1
- 1
man/style_xaringan.Rd Datei anzeigen

To use the styles created by this theme function, make sure To use the styles created by this theme function, make sure
that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML
header. If you change the name of the output file using the \code{outfile} header. If you change the name of the output file using the \code{outfile}
argument, use that name instead of the default file name.\if{html}{\out{<div class="yaml">}}\preformatted{output:
argument, use that name instead of the default file name.\if{html}{\out{<div class="sourceCode yaml">}}\preformatted{output:
xaringan::moon_reader: xaringan::moon_reader:
css: xaringan-themer.css css: xaringan-themer.css
}\if{html}{\out{</div>}} }\if{html}{\out{</div>}}

+ 0
- 1
man/theme_xaringan_get_value.Rd Datei anzeigen

theme_xaringan_get_value("background_color") theme_xaringan_get_value("background_color")
theme_xaringan_get_value("header_color") theme_xaringan_get_value("header_color")
theme_xaringan_get_value("text_bold_color") theme_xaringan_get_value("text_bold_color")

} }

+ 1
- 6
man/xaringanthemer-package.Rd Datei anzeigen

\description{ \description{
\if{html}{\figure{logo.png}{options: align='right' alt='logo' width='120'}} \if{html}{\figure{logo.png}{options: align='right' alt='logo' width='120'}}


Create beautifully color-coordinated and customized
themes for your 'xaringan' slides, without writing any CSS. Complete
your slide theme with 'ggplot2' themes that match the font and colors
used in your slides. Customized styles can be created directly in
your slides' 'R Markdown' source file or in a separate external
script.
Create beautifully color-coordinated and customized themes for your 'xaringan' slides, without writing any CSS. Complete your slide theme with 'ggplot2' themes that match the font and colors used in your slides. Customized styles can be created directly in your slides' 'R Markdown' source file or in a separate external script.
} }
\seealso{ \seealso{
Useful links: Useful links:

Laden…
Abbrechen
Speichern