Skip to content

Regenerate documentation with roxygen2 8.0.0 - #575

Merged
billdenney merged 1 commit into
mainfrom
update-roxygen2-8
Aug 7, 2026
Merged

Regenerate documentation with roxygen2 8.0.0#575
billdenney merged 1 commit into
mainfrom
update-roxygen2-8

Conversation

@billdenney

Copy link
Copy Markdown
Member

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 touched man/ with older toolchains):

  • assert_number_between.Rd, assert_numeric_between.Rd: [any][\code{any}]
  • filter.PKNCAresults.Rd, group_by.PKNCAresults.Rd: @inheritParams text refreshed from dplyr 1.2.1, including filter_out()/when_any() references (links resolve against CRAN dplyr >= 1.2.0)

NAMESPACE and DESCRIPTION are unchanged. Docs-focused R CMD check (no tests/vignettes): 0 errors, 0 warnings.

Note: roxygen2 8 also flags AIC.list as needing @export/@exportS3Method; left out of this PR since fixing it changes NAMESPACE (separate follow-up).

🤖 Generated with Claude Code

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>
@billdenney
billdenney merged commit b21085a into main Aug 7, 2026
7 checks passed
@billdenney
billdenney deleted the update-roxygen2-8 branch August 7, 2026 20:22
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.

1 participant