Skip to content

Releases: jabenninghoff/rdev

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

1.6.0

21 Jul 04:11
Compare
Choose a tag to compare
  • missing_deps() and extra_deps() now automatically remove the current package and renv (in renv.lock) from the list of renv::dependencies()

1.5.9

20 Jul 19:16
Compare
Choose a tag to compare
  • Update build_analysis_site() and 'Analysis Notebook' R markdown template to use Bootstrap 5 using bslib

  • Update rdev pkgdown site to use Bootstrap 5