Skip to content

regenerate docs under roxygen2 8.1.0 - #199

Merged
achubaty merged 1 commit into
developmentfrom
redoc-roxygen-8.1.0
Aug 5, 2026
Merged

regenerate docs under roxygen2 8.1.0#199
achubaty merged 1 commit into
developmentfrom
redoc-roxygen-8.1.0

Conversation

@achubaty

@achubaty achubaty commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Pure formatting, no semantic change. Split out so the reformatting doesn't bury unrelated work — it would otherwise leak into any PR whose author happens to run document() on 8.1.0 (which is how it surfaced, during #198).

What changed

NAMESPACE — 8.1.0 groups imports per package:

importFrom(RColorBrewer,
  brewer.pal,
  brewer.pal.info
)

instead of one importFrom() per symbol. That's 376 lines of diff for zero behaviour change.

Verified equivalent, rather than eyeballed: both files parsed and their directive sets normalised and compared — 353 directives before, 353 after, sets identical.

DESCRIPTIONConfig/roxygen2/version: 8.0.0 → 8.1.0.

man/convertUnwantedLCC.Rd — re-wrapped. This one was already stale against 8.0.0, so it's a pre-existing drift being cleaned up here.

Note for the team

Until everyone's roxygen2 is >= 8.1.0, the next person to run document() on 8.0.0 will silently revert the NAMESPACE format. The Config/roxygen2/version field makes that visible in the diff, at least.

Sequenced after #198 and before updating #197, so the convertUnwantedLCC.Rd re-wrap is resolved once rather than conflicting across branches.

🤖 Generated with Claude Code

Pure formatting; no semantic change. Committed on its own so the reformatting does not
bury unrelated work (it would otherwise leak into any PR whose author happened to run
document() on 8.1.0).

  NAMESPACE -- 8.1.0 groups imports per package, e.g.

      importFrom(RColorBrewer,
        brewer.pal,
        brewer.pal.info
      )

    instead of one importFrom() per symbol. Verified equivalent by parsing both files
    and comparing normalised directive sets: 353 before, 353 after, identical.
  DESCRIPTION -- Config/roxygen2/version 8.0.0 -> 8.1.0.
  man/convertUnwantedLCC.Rd -- re-wrapped; this file was already stale against 8.0.0.

Note for the team: until everyone's roxygen2 is >= 8.1.0, the next person to run
document() on 8.0.0 will silently revert the NAMESPACE format.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@achubaty
achubaty merged commit 622c9de into development Aug 5, 2026
10 checks passed
@achubaty
achubaty deleted the redoc-roxygen-8.1.0 branch August 5, 2026 20:50
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