1.10.2
rdev now supports Quarto Documents (.qmd
) as analysis notebooks:
-
rmd_metadata()
will extract the YAML front matter and description from Quarto format (.qmd
) notebooks if_quarto.yml
is present -
build_quarto_site()
now supports use of bothRmd
and/orqmd
notebooks inanalysis
-
spell_check_notebooks()
andupdate_wordlist_notebooks()
now check bothRmd
andqmd
files in theanalysis
directory -
Updated
README.Rmd
template to list all.Rmd
and.qmd
notebooks inanalysis
-
Added reference Quarto Document analysis template to
inst/templates/analysis.qmd
(RStudio currently doesn't support.qmd
files as document templates) -
Updated vignettes