Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
The roxygen documentation for reporters is not especially usable. Documentation on methods is spread out across the articles for the Abstract classes where they are implemented, and the articles for the user-facing reporters are barebones.
I propose we create comprehensive roxygen docs for each of the user-facing reporters by stitching together sections with
@inheritSection. See the roxygen forDirectedGraphfor what I'm thinking.