Просмотр исходного кода

Roxygen templates don't do markdown: `` -> \code{}

tags/v0.1.1
Garrick Aden-Buie 8 лет назад
Родитель
Сommit
b9c3a495c7
11 измененных файлов: 11 добавлений и 11 удалений
  1. +1
    -1
      man-roxygen/extra_css.R
  2. +1
    -1
      man/duo.Rd
  3. +1
    -1
      man/duo_accent.Rd
  4. +1
    -1
      man/duo_accent_inverse.Rd
  5. +1
    -1
      man/mono_accent.Rd
  6. +1
    -1
      man/mono_accent_inverse.Rd
  7. +1
    -1
      man/mono_dark.Rd
  8. +1
    -1
      man/mono_light.Rd
  9. +1
    -1
      man/solarized_dark.Rd
  10. +1
    -1
      man/solarized_light.Rd
  11. +1
    -1
      man/write_xaringan_theme.Rd

+ 1
- 1
man-roxygen/extra_css.R Просмотреть файл

@@ -1,3 +1,3 @@
#' @param extra_css A named list of CSS definitions each containing a named list
#' of CSS property-value pairs, i.e.
#' `list(".class-id" = list("css-property" = "value"))`
#' \code{list(".class-id" = list("css-property" = "value"))}

+ 1
- 1
man/duo.Rd Просмотреть файл

@@ -130,7 +130,7 @@ duo(primary_color = "#1F4257", secondary_color = "#F97B64",

\item{extra_css}{A named list of CSS definitions each containing a named list
of CSS property-value pairs, i.e.
`list(".class-id" = list("css-property" = "value"))`}
\code{list(".class-id" = list("css-property" = "value"))}}

\item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"}
}

+ 1
- 1
man/duo_accent.Rd Просмотреть файл

@@ -138,7 +138,7 @@ duo_accent(primary_color = "#006747", secondary_color = "#CFC493",

\item{extra_css}{A named list of CSS definitions each containing a named list
of CSS property-value pairs, i.e.
`list(".class-id" = list("css-property" = "value"))`}
\code{list(".class-id" = list("css-property" = "value"))}}

\item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"}
}

+ 1
- 1
man/duo_accent_inverse.Rd Просмотреть файл

@@ -138,7 +138,7 @@ duo_accent_inverse(primary_color = "#006747", secondary_color = "#CFC493",

\item{extra_css}{A named list of CSS definitions each containing a named list
of CSS property-value pairs, i.e.
`list(".class-id" = list("css-property" = "value"))`}
\code{list(".class-id" = list("css-property" = "value"))}}

\item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"}
}

+ 1
- 1
man/mono_accent.Rd Просмотреть файл

@@ -131,7 +131,7 @@ mono_accent(base_color = "#43418A", white_color = "#FFFFFF",

\item{extra_css}{A named list of CSS definitions each containing a named list
of CSS property-value pairs, i.e.
`list(".class-id" = list("css-property" = "value"))`}
\code{list(".class-id" = list("css-property" = "value"))}}

\item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"}
}

+ 1
- 1
man/mono_accent_inverse.Rd Просмотреть файл

@@ -131,7 +131,7 @@ mono_accent_inverse(base_color = "#3C989E", white_color = "#FFFFFF",

\item{extra_css}{A named list of CSS definitions each containing a named list
of CSS property-value pairs, i.e.
`list(".class-id" = list("css-property" = "value"))`}
\code{list(".class-id" = list("css-property" = "value"))}}

\item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"}
}

+ 1
- 1
man/mono_dark.Rd Просмотреть файл

@@ -131,7 +131,7 @@ mono_dark(base_color = "#cbf7ed", white_color = lighten_color(base_color,

\item{extra_css}{A named list of CSS definitions each containing a named list
of CSS property-value pairs, i.e.
`list(".class-id" = list("css-property" = "value"))`}
\code{list(".class-id" = list("css-property" = "value"))}}

\item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"}
}

+ 1
- 1
man/mono_light.Rd Просмотреть файл

@@ -131,7 +131,7 @@ mono_light(base_color = "#23395b", white_color = lighten_color(base_color,

\item{extra_css}{A named list of CSS definitions each containing a named list
of CSS property-value pairs, i.e.
`list(".class-id" = list("css-property" = "value"))`}
\code{list(".class-id" = list("css-property" = "value"))}}

\item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"}
}

+ 1
- 1
man/solarized_dark.Rd Просмотреть файл

@@ -120,7 +120,7 @@ solarized_dark(text_color = "#839496", header_color = "#dc322f",

\item{extra_css}{A named list of CSS definitions each containing a named list
of CSS property-value pairs, i.e.
`list(".class-id" = list("css-property" = "value"))`}
\code{list(".class-id" = list("css-property" = "value"))}}

\item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"}
}

+ 1
- 1
man/solarized_light.Rd Просмотреть файл

@@ -120,7 +120,7 @@ solarized_light(text_color = "#657b83", header_color = "#dc322f",

\item{extra_css}{A named list of CSS definitions each containing a named list
of CSS property-value pairs, i.e.
`list(".class-id" = list("css-property" = "value"))`}
\code{list(".class-id" = list("css-property" = "value"))}}

\item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"}
}

+ 1
- 1
man/write_xaringan_theme.Rd Просмотреть файл

@@ -120,7 +120,7 @@ write_xaringan_theme(text_color = "#000", header_color = "#000",

\item{extra_css}{A named list of CSS definitions each containing a named list
of CSS property-value pairs, i.e.
`list(".class-id" = list("css-property" = "value"))`}
\code{list(".class-id" = list("css-property" = "value"))}}

\item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"}
}

Загрузка…
Отмена
Сохранить