Releases: jabenninghoff/rdev
1.8.5
1.8.4
- Also set GitHub Pages URL in
use_rdev_pkgdown()
1.8.3
- Check if
pandoc
is inPATH
on launch (update:use_rprofile()
)
1.8.2
-
Added rendering fixes to
use_analysis_package()
(update: re-runuse_analysis_package()
and update notebooks from Analysis Notebook template) -
Added function
use_rdev_pkgdown()
: add pkgdown with rdev customizations
1.8.1
-
Added support for Visual Studio Code to
setup-r
-
Quarto bug fixes
1.8.0
Added support for Quarto, including:
-
New function
build_quarto_site()
: a wrapper forquarto::quarto_render()
that also updatesREADME.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 whenquarto::quarto_render()
is called -
Updated
stage_release()
to runbuild_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 toci()
1.7.2
- Updated
.lintr
forlintr
3.1.1 (updateuse_lintr()
)
1.7.1
- Updated installation instructions in README and templates to use
remotes
instead ofdevtools
1.7.0
- Updated
check_renv()
andci()
to userenv::status(dev = TRUE)
, added inrenv
1.0.3
1.6.9
- Disabled use of Posit package manager in
R-CMD-check.yaml
(updateuse_rdev_package()
)