-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roxygen documentation rewrite #198
Conversation
Codecov Report
@@ Coverage Diff @@
## master #198 +/- ##
=======================================
Coverage 91.52% 91.52%
=======================================
Files 11 11
Lines 920 920
=======================================
Hits 842 842
Misses 78 78
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one function to add back to the roxygen docs, so it gets NAMESPACE'd: knitr::opts_chunk
. Also, can you comment on the dual families for functions.
Overhaul of our Roxygen documentation to resolve #192.
Changes to Reporter Documentation
PackageReporters
andNetworkReporters
contain sections defining their respective public interfaces.@keywords internal
. They are still findable if you do?PackageReporters
, so there is still a meaningful description written for people who bother looking for them.Summary of Other Changes:
AbstractPackageReporter
andAbstractGraphReporter
are no longer exported. Resolves Exporting of Abstract Classes #190.docs_shared
. This was only getting used in one place (CreatePackageReport
) so I just copied them in and got rid of it.pkgnet.R
. This will show up with you do?pkgnet
or?pkgnet-package
. Resolves Write roxygen article for package #193.