Releases: jabenninghoff/rdev
Releases · jabenninghoff/rdev
1.10.8
- Added support for private repositories to
use_rdev_package()
1.10.7
- Added support for creating private repositories to
create_github_repo()
1.10.6
- Updated for R 4.4.0
1.10.5
- Updated pkgdown templates (update:
use_rdev_pkgdown()oruse_analysis_package(use_quarto = FALSE))
1.10.4
- Updated GitHub Actions to work better with renv (update from https://github.com/jabenninghoff/rdev/tree/main/.github/workflows)
1.10.3
- Updated
R-CMD-check.yamlGitHub Action (update:use_rdev_package())
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.ymlis present -
build_quarto_site()now supports use of bothRmdand/orqmdnotebooks inanalysis -
spell_check_notebooks()andupdate_wordlist_notebooks()now check bothRmdandqmdfiles in theanalysisdirectory -
Updated
README.Rmdtemplate to list all.Rmdand.qmdnotebooks inanalysis -
Added reference Quarto Document analysis template to
inst/templates/analysis.qmd(RStudio currently doesn't support.qmdfiles as document templates) -
Updated vignettes
1.10.1
- Added an
unfreezeparameter tostage_release(), which is passed on tobuild_quarto_site()
1.9.11
- Maintenance updates
1.9.10
- Updated
build_rdev_site()andbuild_analysis_site()to usepkgdown::build_site_github_pages()instead ofpkgdown::build_site(), which disables Jekyll rendering and adds aCNAMEif needed