소스 검색

Fix documentation issues

- google_font() not google_fonts()
- make ranges code to avoide link
tags/v0.1.1
Garrick Aden-Buie 8 년 전
부모
커밋
9215427281
13개의 변경된 파일13개의 추가작업 그리고 13개의 파일을 삭제
  1. +1
    -1
      R/utils.R
  2. +1
    -1
      man-roxygen/extra_css.R
  3. +1
    -1
      man/apply_alpha.Rd
  4. +1
    -1
      man/duo.Rd
  5. +1
    -1
      man/duo_accent.Rd
  6. +1
    -1
      man/duo_accent_inverse.Rd
  7. +1
    -1
      man/mono_accent.Rd
  8. +1
    -1
      man/mono_accent_inverse.Rd
  9. +1
    -1
      man/mono_dark.Rd
  10. +1
    -1
      man/mono_light.Rd
  11. +1
    -1
      man/solarized_dark.Rd
  12. +1
    -1
      man/solarized_light.Rd
  13. +1
    -1
      man/write_xaringan_theme.Rd

+ 1
- 1
R/utils.R 파일 보기



#' @title Add alpha to hex color #' @title Add alpha to hex color
#' @description Applies alpha (or opacity) to a color in hexadecimal form by #' @description Applies alpha (or opacity) to a color in hexadecimal form by
#' converting opacity in the [0, 1] range to hex in the [0, 255] range
#' converting opacity in the `[0, 1]` range to hex in the `[0, 255]` range
#' and appending to the hex color. #' and appending to the hex color.
#' @inheritParams lighten_darken_color #' @inheritParams lighten_darken_color
#' @param opacity Desired opacity of the output color #' @param opacity Desired opacity of the output color

+ 1
- 1
man-roxygen/extra_css.R 파일 보기

#' \code{list(".class-id" = list("css-property" = "value"))} #' \code{list(".class-id" = list("css-property" = "value"))}
#' @param extra_fonts A list of additional fonts to import, each list element #' @param extra_fonts A list of additional fonts to import, each list element
#' can be either a URL as a character string or a call to #' can be either a URL as a character string or a call to
#' \code{\link{google_fonts}()}
#' \code{\link{google_font}()}

+ 1
- 1
man/apply_alpha.Rd 파일 보기

} }
\description{ \description{
Applies alpha (or opacity) to a color in hexadecimal form by Applies alpha (or opacity) to a color in hexadecimal form by
converting opacity in the \link{0, 1} range to hex in the \link{0, 255} range
converting opacity in the \code{[0, 1]} range to hex in the \code{[0, 255]} range
and appending to the hex color. and appending to the hex color.
} }

+ 1
- 1
man/duo.Rd 파일 보기



\item{extra_fonts}{A list of additional fonts to import, each list element \item{extra_fonts}{A list of additional fonts to import, each list element
can be either a URL as a character string or a call to can be either a URL as a character string or a call to
\code{\link{google_fonts}()}}
\code{\link{google_font}()}}


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

+ 1
- 1
man/duo_accent.Rd 파일 보기



\item{extra_fonts}{A list of additional fonts to import, each list element \item{extra_fonts}{A list of additional fonts to import, each list element
can be either a URL as a character string or a call to can be either a URL as a character string or a call to
\code{\link{google_fonts}()}}
\code{\link{google_font}()}}


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

+ 1
- 1
man/duo_accent_inverse.Rd 파일 보기



\item{extra_fonts}{A list of additional fonts to import, each list element \item{extra_fonts}{A list of additional fonts to import, each list element
can be either a URL as a character string or a call to can be either a URL as a character string or a call to
\code{\link{google_fonts}()}}
\code{\link{google_font}()}}


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

+ 1
- 1
man/mono_accent.Rd 파일 보기



\item{extra_fonts}{A list of additional fonts to import, each list element \item{extra_fonts}{A list of additional fonts to import, each list element
can be either a URL as a character string or a call to can be either a URL as a character string or a call to
\code{\link{google_fonts}()}}
\code{\link{google_font}()}}


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

+ 1
- 1
man/mono_accent_inverse.Rd 파일 보기



\item{extra_fonts}{A list of additional fonts to import, each list element \item{extra_fonts}{A list of additional fonts to import, each list element
can be either a URL as a character string or a call to can be either a URL as a character string or a call to
\code{\link{google_fonts}()}}
\code{\link{google_font}()}}


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

+ 1
- 1
man/mono_dark.Rd 파일 보기



\item{extra_fonts}{A list of additional fonts to import, each list element \item{extra_fonts}{A list of additional fonts to import, each list element
can be either a URL as a character string or a call to can be either a URL as a character string or a call to
\code{\link{google_fonts}()}}
\code{\link{google_font}()}}


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

+ 1
- 1
man/mono_light.Rd 파일 보기



\item{extra_fonts}{A list of additional fonts to import, each list element \item{extra_fonts}{A list of additional fonts to import, each list element
can be either a URL as a character string or a call to can be either a URL as a character string or a call to
\code{\link{google_fonts}()}}
\code{\link{google_font}()}}


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

+ 1
- 1
man/solarized_dark.Rd 파일 보기



\item{extra_fonts}{A list of additional fonts to import, each list element \item{extra_fonts}{A list of additional fonts to import, each list element
can be either a URL as a character string or a call to can be either a URL as a character string or a call to
\code{\link{google_fonts}()}}
\code{\link{google_font}()}}


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

+ 1
- 1
man/solarized_light.Rd 파일 보기



\item{extra_fonts}{A list of additional fonts to import, each list element \item{extra_fonts}{A list of additional fonts to import, each list element
can be either a URL as a character string or a call to can be either a URL as a character string or a call to
\code{\link{google_fonts}()}}
\code{\link{google_font}()}}


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

+ 1
- 1
man/write_xaringan_theme.Rd 파일 보기



\item{extra_fonts}{A list of additional fonts to import, each list element \item{extra_fonts}{A list of additional fonts to import, each list element
can be either a URL as a character string or a call to can be either a URL as a character string or a call to
\code{\link{google_fonts}()}}
\code{\link{google_font}()}}


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

Loading…
취소
저장