-
Notifications
You must be signed in to change notification settings - Fork 8
Missing docs for archive.R #132
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
Comments
Yes, we should probably add these. I think they are just a bunch of missing
since we have markdown enabled.) I recently messed around trying to look for a better way to share docs between the R6 and non-R6 versions of functions, but I think the approach above will be simpler, easier to catch doc bugs, and maybe even favorable on the reader's side. It's tricky because currently, a lot of roxygen tags don't work on R6 methods, and instead end up ignored or place output in the wrong spot. The only thing I could get working:
|
Tagged as P2 because while it seems pretty minor, it also may make use overlook actual issues with the R6 documentation. Also the approach I suggested above is pretty easy to implement. The complaints should appear as "warnings" in
(The |
I think the documentation on
main
was behind. I just updated and force pushed. But I got a slew of warnings for undocumented R6 methods and functions in archive.R. Do we need to add those?The text was updated successfully, but these errors were encountered: