Releases: jabenninghoff/rdev
Releases · jabenninghoff/rdev
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.yaml
GitHub 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.yml
is present -
build_quarto_site()
now supports use of bothRmd
and/orqmd
notebooks inanalysis
-
spell_check_notebooks()
andupdate_wordlist_notebooks()
now check bothRmd
andqmd
files in theanalysis
directory -
Updated
README.Rmd
template to list all.Rmd
and.qmd
notebooks inanalysis
-
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
- Added an
unfreeze
parameter 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 aCNAME
if needed
1.9.9
- Updated quarto configuration (update:
use_analysis_package()
)