Merged
Conversation
Owner
jabenninghoff
commented
Dec 4, 2025
- Updated for lintr 3.3.0
There was a problem hiding this comment.
Pull request overview
This PR updates rdev to version 1.15.4 to support lintr 3.3.0. The changes include package dependency updates in renv.lock, code modifications to comply with new lintr rules, and documentation updates to reflect lintr 3.3.0 API changes.
Key Changes:
- Updated lintr from 3.2.0 to 3.3.0-1 with new dependencies and linters
- Modified R code to remove explicit
return()statements per lintr'sreturn_linter - Added linter suppression comment where explicit return is kept for clarity
- Updated documentation for
lint_all()to reflect lintr 3.3.0 parameter changes
Reviewed changes
Copilot reviewed 65 out of 67 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| renv.lock | Updated package versions: htmltools (0.5.8.1→0.5.9), lintr (3.2.0→3.3.0-1), shiny (1.11.1→1.12.0), testthat (3.3.0→3.3.1), xml2 (1.5.0→1.5.1), yaml (2.3.10→2.3.11) |
| R/utils.R | Added nolint directive to suppress return_linter where explicit return aids clarity |
| R/to_document.R | Removed explicit return() statement per lintr conventions |
| R/setup.R | Removed explicit return() statement per lintr conventions |
| R/build.R | Removed explicit return() statement per lintr conventions |
| man/lint_all.Rd | Updated parameter documentation to match lintr 3.3.0 changes (parse_settings, show_progress) |
| docs/ | Auto-generated documentation updates reflecting version bump and documentation changes |
| DESCRIPTION | Version bump 1.15.3 → 1.15.4 |
| NEWS.md | Added changelog entry for lintr 3.3.0 update |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.