| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
it's senseless to inherit params from the same topic (same `@rdname`) and hence roxygen2 warns about it
this fixes roxygen2 warnings and is the right thing to do, cf.: - https://roxygen2.r-lib.org/articles/namespace.html#s3 - r-lib/roxygen2#1322
|
@cpsievert Can you merge this? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes all roxygen2 warnings and improves documentation formatting at some places. See the individual commits for details.
Some more useful info on @exporting S3 methods is found in this comment by Garrick Aden-Buie: r-lib/roxygen2#1592 (comment)