Skip to content

Releases: jabenninghoff/rdev

1.10.7

08 May 00:12
Compare
Choose a tag to compare
  • Added support for creating private repositories to create_github_repo()

1.10.6

26 Apr 02:31
Compare
Choose a tag to compare
  • Updated for R 4.4.0

1.10.5

17 Apr 16:41
Compare
Choose a tag to compare
  • Updated pkgdown templates (update: use_rdev_pkgdown() or use_analysis_package(use_quarto = FALSE))

1.10.4

08 Apr 21:19
Compare
Choose a tag to compare

1.10.3

30 Mar 22:12
Compare
Choose a tag to compare
  • Updated R-CMD-check.yaml GitHub Action (update: use_rdev_package())

1.10.2

09 Mar 21:29
Compare
Choose a tag to compare

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

1.10.1

25 Feb 05:11
Compare
Choose a tag to compare
  • Added an unfreeze parameter to stage_release(), which is passed on to build_quarto_site()

1.9.11

24 Feb 16:39
Compare
Choose a tag to compare
  • Maintenance updates

1.9.10

21 Feb 01:06
Compare
Choose a tag to compare
  • Updated build_rdev_site() and build_analysis_site() to use pkgdown::build_site_github_pages() instead of pkgdown::build_site(), which disables Jekyll rendering and adds a CNAME if needed

1.9.9

15 Feb 22:33
Compare
Choose a tag to compare
  • Updated quarto configuration (update: use_analysis_package())