Releases: jabenninghoff/rdev
Releases · jabenninghoff/rdev
1.16.2
1.16.1
- Added new renv 1.1.6 function
renv::vulns()tocheck_renv()andci()
1.16.0
- Updated
check_renv()andci(), replacingrenv::status(dev = TRUE)with new renv 1.1.6 settingrenv::settings$snapshot.dev(TRUE)
1.15.6
-
Added instructions for YAML chunk syntax update to
upkeep_checklist() -
2026 Upkeep
1.15.5
1.15.4
- Updated for lintr 3.3.0
1.15.3
- Updated
use_rdev_pkgdown()to disable the newpkgdown::build_llm_docs()by default (updateuse_rdev_pkgdown())
1.15.2
- Minor updates to
upkeep_checklist(), GitHub Actions (missing-deps)
1.15.1
-
Minor updates to
upkeep_checklist() -
Initial upkeep using
use_upkeep_issue() -
create_github_repo()now opens the new repository on both macOS and Windows
1.15.0
-
Added functions
use_upkeep_issue()andupkeep_checklist(), used to open an issue in the package repository with a checklist of maintenance tasks, based onusethis::use_upkeep_issue()andusethis::use_tidy_upkeep_issue() -
Updated base GitHub Actions (
R-CMD-check,lint,missing-deps) (updateuse_rdev_package()) -
Updated code coverage GitHub Action (
test-coverage) (updateuse_codecov()) -
Updated Get Started vignette with additional notes on replacing RStudio with Positron