Skip to content

rdev 1.16.0#238

Merged
jabenninghoff merged 6 commits intomainfrom
renv-update
Jan 17, 2026
Merged

rdev 1.16.0#238
jabenninghoff merged 6 commits intomainfrom
renv-update

Conversation

@jabenninghoff
Copy link
Owner

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

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the rdev package to version 1.16.0, migrating from the deprecated renv::status(dev = TRUE) pattern to the new renv 1.1.6 settings-based approach renv::settings$snapshot.dev(TRUE).

Changes:

  • Replaced renv::status(dev = TRUE) with renv::status() in code and documentation
  • Added snapshot.dev = TRUE to renv settings initialization
  • Removed dev = TRUE parameter from renv::snapshot() calls
  • Updated renv dependency to >= 1.1.6
  • Added upkeep checklist item for enabling the new setting

Reviewed changes

Copilot reviewed 70 out of 72 changed files in this pull request and generated no comments.

Show a summary per file
File Description
R/ci.R Updated check_renv() and ci() to use renv::status() without dev parameter, updated documentation
R/setup.R Removed dev=TRUE from snapshot calls, added snapshot.dev to renv::init() settings
R/upkeep.R Added 2026 upkeep item to check snapshot.dev setting
man/ci.Rd, man/check_renv.Rd Updated documentation to reflect API changes
tests/testthat/test-ci.R Updated test expectations to match new renv::status() output
tests/testthat/test-upkeep.R Added mocking for renv::settings$snapshot.dev and updated test expectations
renv/settings.json Added "snapshot.dev": true setting
renv.lock Updated to renv 1.1.6 and various dependency versions
DESCRIPTION Updated version to 1.16.0 and renv dependency to >= 1.1.6
TODO.md Marked "Replace dev = TRUE logic" task as complete

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jabenninghoff jabenninghoff merged commit 57d5ba3 into main Jan 17, 2026
13 checks passed
@jabenninghoff jabenninghoff deleted the renv-update branch January 17, 2026 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants