Skip to content

Releases: jabenninghoff/rdev

1.7.0

21 Sep 02:13
Compare
Choose a tag to compare
  • Updated check_renv() and ci() to use renv::status(dev = TRUE), added in renv 1.0.3

1.6.9

14 Aug 03:04
Compare
Choose a tag to compare
  • Disabled use of Posit package manager in R-CMD-check.yaml (update use_rdev_package())

1.6.8

04 Aug 21:41
Compare
Choose a tag to compare
  • Updated setup-r to use rig for installing and managing R versions

1.6.7

22 Jul 18:44
Compare
Choose a tag to compare
  • Maintenance updates

1.6.6

22 Jul 15:14
Compare
Choose a tag to compare
  • Replaced check-standard.yaml with R-CMD-check.yaml (update use_rdev_package())

  • Updated .lintr for lintr 3.1.0 (update use_lintr())

1.6.5

12 Mar 00:42
Compare
Choose a tag to compare
  • Maintenance updates

1.6.4

25 Jan 03:56
Compare
Choose a tag to compare
  • Added check to install pre-commit git hook if missing (update use_rprofile())

1.6.3

22 Jan 17:18
Compare
Choose a tag to compare
  • extra_deps() no longer reports R as an extra package

1.6.2

22 Jan 04:33
Compare
Choose a tag to compare
  • missing_deps() now excludes base R packages by default

  • Added new checks to ci(): missing_deps(), desc::desc_normalize(), extra_deps(), url_check(), and html_url_check(); ci() will stop if missing_deps() returns one or more rows

  • Added missing-deps.yaml GitHub Action

1.6.1

24 Sep 18:42
Compare
Choose a tag to compare
  • new_branch() now stashes and restores changes, so that the Bump version commit just changes the version number in DESCRIPTION