Skip to content

1.10.2

Compare
Choose a tag to compare
@jabenninghoff jabenninghoff released this 09 Mar 21:29

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 both Rmd and/or qmd notebooks in analysis

  • spell_check_notebooks() and update_wordlist_notebooks() now check both Rmd and qmd files in the analysis directory

  • Updated README.Rmd template to list all .Rmd and .qmd notebooks in analysis

  • Added reference Quarto Document analysis template to inst/templates/analysis.qmd (RStudio currently doesn't support .qmd files as document templates)

  • Updated vignettes