Skip to content

Releases: jabenninghoff/rdev

1.8.5

26 Nov 20:40
Compare
Choose a tag to compare
  • Changed use_analysis_package() to store _freeze directory in git per Quarto guide

1.8.4

26 Nov 01:28
Compare
Choose a tag to compare
  • Also set GitHub Pages URL in use_rdev_pkgdown()

1.8.3

25 Nov 18:27
Compare
Choose a tag to compare
  • Check if pandoc is in PATH on launch (update: use_rprofile())

1.8.2

25 Nov 17:32
Compare
Choose a tag to compare
  • Added rendering fixes to use_analysis_package() (update: re-run use_analysis_package() and update notebooks from Analysis Notebook template)

  • Added function use_rdev_pkgdown(): add pkgdown with rdev customizations

1.8.1

24 Nov 02:43
Compare
Choose a tag to compare

1.8.0

14 Nov 04:11
Compare
Choose a tag to compare

Added support for Quarto, including:

  • New function build_quarto_site(): a wrapper for quarto::quarto_render() that also updates README.md and optionally deletes the Quarto _freeze directory to fully re-render the site

  • New function unfreeze(): delete the Quarto _freeze directory to fully re-render the site when quarto::quarto_render() is called

  • Updated stage_release() to run build_quarto_site() when using Quarto

  • Updated use_analysis_package() to use Quarto for publishing by default

  • Added "quarto" package type to local_temppkg()

Additional changes:

  • Updated vignettes

  • Added "Introduction to rdev" getting started vignette

  • Added a pkgdown::check_pkgdown() check to ci()

1.7.2

08 Nov 20:13
Compare
Choose a tag to compare
  • Updated .lintr for lintr 3.1.1 (update use_lintr())

1.7.1

21 Sep 03:46
Compare
Choose a tag to compare
  • Updated installation instructions in README and templates to use remotes instead of devtools

1.7.0

21 Sep 02:13
Compare
Choose a tag to compare
  • Updated check_renv() and ci() to use renv::status(dev = TRUE), added in renv 1.0.3

1.6.9

14 Aug 03:04
Compare
Choose a tag to compare
  • Disabled use of Posit package manager in R-CMD-check.yaml (update use_rdev_package())