Skip to content

Re-order aliases to match roxygen2 output#69

Merged
MichaelChirico merged 2 commits intomasterfrom
alias-ordering
Oct 14, 2024
Merged

Re-order aliases to match roxygen2 output#69
MichaelChirico merged 2 commits intomasterfrom
alias-ordering

Conversation

@MichaelChirico
Copy link
Copy Markdown
Collaborator

Another no-op diff to reduce the diff in #61

Script for helping here:

library(tools)
aliases_on_branch = function(branch) {
  system(paste('git checkout', branch))
  rd = Sys.glob("man/*.Rd")
  lapply(rd, \(f) unlist(Filter(\(e) attr(e, "Rd_tag") == "\\alias", parse_Rd(f))))
}

old = aliases_on_branch("master")
new = aliases_on_branch("roxygen")

all.equal(old, new)

@MichaelChirico MichaelChirico merged commit fef8dfa into master Oct 14, 2024
@MichaelChirico MichaelChirico deleted the alias-ordering branch October 14, 2024 03:03
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