Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

strip_s3class leaves things behind #47

Open
maurolepore opened this issue Oct 28, 2024 · 0 comments
Open

strip_s3class leaves things behind #47

maurolepore opened this issue Oct 28, 2024 · 0 comments

Comments

@maurolepore
Copy link
Owner

out <- pkgdoc::reference_package("base", strip_s3class = TRUE)

# all.equal and atr.all.equal are both documented in all.equal
# FIXME: "all" shouldn't be here
unique(out[grepl("all.equal", out$alias), "alias"])
#> # A tibble: 1 × 1
#>   alias                         
#>   <chr>                         
#> 1 all.equal, all, attr.all.equal

Created on 2024-10-28 with reprex v2.1.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant