-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
tidy-dev-day 🤓Tidyverse Developer Day rstd.io/tidy-dev-dayTidyverse Developer Day rstd.io/tidy-dev-day
Description
Setup
run the following chunk to setup
usethis::use_vignette("tmp.qmd")
file.remove("vignettes/tmp.qmd")
then remove knitr
from the DESCRIPTION
file.
For each vignette do:
change name of file from filename.Rmd
to filename.qmd
-
Remove
%\VignetteEngine{knitr::rmarkdown}
fromvignette: >
-
Remove output field in the yaml.
-
Make sure the following are listed under
vignette: >
%\VignetteEngine{quarto::html}
%\VignetteEncoding{UTF-8}
- add the following to the yaml
knitr:
opts_chunk:
collapse: true
comment: '#>'
Metadata
Metadata
Assignees
Labels
tidy-dev-day 🤓Tidyverse Developer Day rstd.io/tidy-dev-dayTidyverse Developer Day rstd.io/tidy-dev-day