-
Notifications
You must be signed in to change notification settings - Fork 71
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
General Issue: Implement roxygen roclet to add titles and descriptions to examples #2585
Labels
Comments
Assuming this is a 1.3 issue @bundfussr? Was going to tag it for 1.3 if that is the case?? |
Yes, it's for 1.3. |
bundfussr
added a commit
that referenced
this issue
Feb 11, 2025
bundfussr
added a commit
that referenced
this issue
Feb 13, 2025
bundfussr
added a commit
that referenced
this issue
Feb 13, 2025
bundfussr
added a commit
that referenced
this issue
Feb 14, 2025
bundfussr
added a commit
that referenced
this issue
Feb 14, 2025
15 tasks
bundfussr
added a commit
that referenced
this issue
Feb 17, 2025
bundfussr
added a commit
that referenced
this issue
Feb 17, 2025
bundfussr
added a commit
that referenced
this issue
Feb 18, 2025
bundfussr
added a commit
that referenced
this issue
Feb 18, 2025
bundfussr
added a commit
that referenced
this issue
Feb 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background Information
A roxygen roclet defines how the roxygen tags in the function header are processed and how the man pages are generated. A roclet should be implemented such that a
@title
(and a@description
tag) can be added for examples. Then each example gets a subsection with title and optionally a description. This helps navigating documentation of functions with many long examples like derive_var_extreme_flag().See https://roxygen2.r-lib.org/articles/extending.html and https://roxygen2.r-lib.org/reference/roclet.html for some guidance on implementing roxygen roclets.
Benefits:
Definition of Done
A roclet is implemented.
The text was updated successfully, but these errors were encountered: