You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In package development, I often find that I often forget to run roxygen2::roxygenise() or devtools::document() to document my code. As such, I think it could be useful to have a workflow that automatically documents (or styles) code. This repo already has an example workflow that creates two commands /document and /style which work for PRs, but there are no corresponding workflows that work on non-PRs.
If the developers think these workflows are useful enough, I would be happy to submit a PR.
The text was updated successfully, but these errors were encountered:
In package development, I often find that I often forget to run
roxygen2::roxygenise()
ordevtools::document()
to document my code. As such, I think it could be useful to have a workflow that automatically documents (or styles) code. This repo already has an example workflow that creates two commands/document
and/style
which work for PRs, but there are no corresponding workflows that work on non-PRs.If the developers think these workflows are useful enough, I would be happy to submit a PR.
The text was updated successfully, but these errors were encountered: