Skip to content

Releases: jabenninghoff/rdev

1.16.2

05 Feb 23:31

Choose a tag to compare

  • Added dplyr 1.2 update check to upkeep_checklist()

1.16.1

28 Jan 03:46

Choose a tag to compare

  • Added new renv 1.1.6 function renv::vulns() to check_renv() and ci()

1.16.0

17 Jan 02:47

Choose a tag to compare

  • Updated check_renv() and ci(), replacing renv::status(dev = TRUE) with new renv 1.1.6 setting renv::settings$snapshot.dev(TRUE)

1.15.6

01 Jan 17:46

Choose a tag to compare

  • Added instructions for YAML chunk syntax update to upkeep_checklist()

  • 2026 Upkeep

1.15.5

07 Dec 01:36

Choose a tag to compare

  • Added items for ggplot2 version 4 upgrade and switch to YAML chunk options to upkeep_checklist()

1.15.4

04 Dec 20:14

Choose a tag to compare

  • Updated for lintr 3.3.0

1.15.3

24 Nov 02:37

Choose a tag to compare

  • Updated use_rdev_pkgdown() to disable the new pkgdown::build_llm_docs() by default (update use_rdev_pkgdown())

1.15.2

29 Oct 23:16

Choose a tag to compare

  • Minor updates to upkeep_checklist(), GitHub Actions (missing-deps)

1.15.1

27 Oct 19:25

Choose a tag to compare

  • 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

24 Oct 20:10

Choose a tag to compare

  • Added functions use_upkeep_issue() and upkeep_checklist(), used to open an issue in the package repository with a checklist of maintenance tasks, based on usethis::use_upkeep_issue() and usethis::use_tidy_upkeep_issue()

  • Updated base GitHub Actions (R-CMD-check, lint, missing-deps) (update use_rdev_package())

  • Updated code coverage GitHub Action (test-coverage) (update use_codecov())

  • Updated Get Started vignette with additional notes on replacing RStudio with Positron