ソースを参照

Document (GitHub Actions)

pull/71/head
gadenbuie 4年前
コミット
8692d232db
17個のファイルの変更12行の追加22行の削除
  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 ファイルの表示

@@ -40,4 +40,4 @@ Config/Needs/website: pkgdown
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2

+ 0
- 1
man/apply_alpha.Rd ファイルの表示

@@ -26,5 +26,4 @@ blue_transparent <- apply_alpha(blue)
if (requireNamespace("scales", quietly = TRUE)) {
scales::show_col(c(blue, blue_transparent))
}

}

+ 0
- 1
man/choose_dark_or_light.Rd ファイルの表示

@@ -33,7 +33,6 @@ contrast_purple <- choose_dark_or_light(dark_purple)
if (requireNamespace("scales", quietly = TRUE)) {
scales::show_col(c(light_green, contrast_green, dark_purple, contrast_purple))
}

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

+ 0
- 1
man/lighten_darken_color.Rd ファイルの表示

@@ -32,5 +32,4 @@ blue_dark <- darken_color(blue, strength = 0.33)
if (requireNamespace("scales", quietly = TRUE)) {
scales::show_col(c(blue_light, blue, blue_dark))
}

}

+ 0
- 1
man/scale_xaringan.Rd ファイルの表示

@@ -149,5 +149,4 @@ if (has_ggplot2) {
# Fill color matches teal text
scale_xaringan_color_discrete(direction = -1)
}

}

+ 1
- 1
man/style_duo.Rd ファイルの表示

@@ -447,7 +447,7 @@ colors.
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
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:
css: xaringan-themer.css
}\if{html}{\out{</div>}}

+ 1
- 1
man/style_duo_accent.Rd ファイルの表示

@@ -466,7 +466,7 @@ accents on select elements (headers, bold text, etc.).
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
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:
css: xaringan-themer.css
}\if{html}{\out{</div>}}

+ 1
- 1
man/style_duo_accent_inverse.Rd ファイルの表示

@@ -468,7 +468,7 @@ for color accents on select elements (headers, bold text, etc.).
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
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:
css: xaringan-themer.css
}\if{html}{\out{</div>}}

+ 1
- 1
man/style_mono_accent.Rd ファイルの表示

@@ -451,7 +451,7 @@ accents on select elements (headers, bold text, etc.).
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
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:
css: xaringan-themer.css
}\if{html}{\out{</div>}}

+ 1
- 1
man/style_mono_accent_inverse.Rd ファイルの表示

@@ -452,7 +452,7 @@ for color accents on select elements (headers, bold text, etc.).
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
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:
css: xaringan-themer.css
}\if{html}{\out{</div>}}

+ 1
- 1
man/style_mono_dark.Rd ファイルの表示

@@ -452,7 +452,7 @@ A dark monotone theme based around a single color.
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
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:
css: xaringan-themer.css
}\if{html}{\out{</div>}}

+ 1
- 1
man/style_mono_light.Rd ファイルの表示

@@ -452,7 +452,7 @@ A light monotone theme based around a single color.
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
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:
css: xaringan-themer.css
}\if{html}{\out{</div>}}

+ 1
- 1
man/style_solarized_dark.Rd ファイルの表示

@@ -433,7 +433,7 @@ Works well with "\code{highlightStyle: solarized-dark}" or
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
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:
css: xaringan-themer.css
}\if{html}{\out{</div>}}

+ 1
- 1
man/style_solarized_light.Rd ファイルの表示

@@ -433,7 +433,7 @@ Works well with "\code{highlightStyle: solarized-dark}" or
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
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:
css: xaringan-themer.css
}\if{html}{\out{</div>}}

+ 1
- 1
man/style_xaringan.Rd ファイルの表示

@@ -443,7 +443,7 @@ font fallbacks.
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
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:
css: xaringan-themer.css
}\if{html}{\out{</div>}}

+ 0
- 1
man/theme_xaringan_get_value.Rd ファイルの表示

@@ -103,5 +103,4 @@ theme_xaringan_get_value("text_color")
theme_xaringan_get_value("background_color")
theme_xaringan_get_value("header_color")
theme_xaringan_get_value("text_bold_color")

}

+ 1
- 6
man/xaringanthemer-package.Rd ファイルの表示

@@ -8,12 +8,7 @@
\description{
\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{
Useful links:

読み込み中…
キャンセル
保存