| @@ -41,7 +41,7 @@ setup_theme_function( | |||
| "#' @template write_xaringan_theme", | |||
| "#' @export", | |||
| body = paste0(" ", readLines(here::here("inst/scripts/write_xaringan_theme_body.R"))), | |||
| file = here::here("R/theme.R") | |||
| file = here::here("R/write_theme.R") | |||
| ) | |||
| # ---- Monotone Light ---- | |||
| @@ -1,5 +1,5 @@ | |||
| % Generated by roxygen2: do not edit by hand | |||
| % Please edit documentation in R/theme.R | |||
| % Please edit documentation in R/write_theme.R | |||
| \name{write_xaringan_theme} | |||
| \alias{write_xaringan_theme} | |||
| \title{Write A Customized Xaringan Theme} | |||