Regenerate documentation with roxygen2 8.0.0 - #575
Merged
Conversation
Four man pages had drifted from the roxygen2 8.0.0 output: two
checkmate-style pages ([any] -> [\code{any}]) and the two
dplyr-inherited pages (filter, group_by) whose @inheritParams text now
comes from dplyr 1.2.1, including filter_out() and when_any()
references. NAMESPACE and DESCRIPTION are unchanged.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Regenerates the four man pages that had drifted from roxygen2 8.0.0 output (the package already declares
Config/roxygen2/version: 8.0.0; later PRs touchedman/with older toolchains):assert_number_between.Rd,assert_numeric_between.Rd:[any]→[\code{any}]filter.PKNCAresults.Rd,group_by.PKNCAresults.Rd:@inheritParamstext refreshed from dplyr 1.2.1, includingfilter_out()/when_any()references (links resolve against CRAN dplyr >= 1.2.0)NAMESPACEandDESCRIPTIONare unchanged. Docs-focusedR CMD check(no tests/vignettes): 0 errors, 0 warnings.Note: roxygen2 8 also flags
AIC.listas needing@export/@exportS3Method; left out of this PR since fixing it changesNAMESPACE(separate follow-up).🤖 Generated with Claude Code