-
Notifications
You must be signed in to change notification settings - Fork 4
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
Group functions in pkgdown reference page? #237
Comments
Thanks a lot @bcjaeger Sounds good to me. I propose that you outline what you envision, let's review it, polish it, and move forward. Btw, let's start from version 0.9.4 (released today) |
Sounds great, and congrats on the release! |
Sorry for the delay following up! Here is a first draft. The function titles will be left as-is, so I didn't include them here. ColorsUse standardized colors from the MoTrPAC consortium.
AbbreviationsUse standardized abbreviations from the MoTrPAC consortium.
Meta dataDictionaries and code lists for MoTrPAC data
Adherence to MoTrPAC guidelinesChecks/validations to assert that different objects follow expectations
Load/write batch data from fileLoad and write batch data from files
Visualize resultsCreate basic charts for quality control
MiscellaneousHelpers and stand-alone functions for quality control
Do you think these groups make sense? |
@biodavidjm would you like me to submit a PR with the groups above? |
Hi @bcjaeger, that's a lot of amazing work that would significantly improve the package and, of course, it would be greatly appreciated. Please, go ahead. Thanks! |
No problem! I'll get to work on it this week. |
Hello! I was reviewing the outstanding docs in the
pkgdown
website and I noticed many functions in the reference page (https://motrpac.github.io/MotrpacBicQC/reference/index.html) could be grouped (e.g., all the functions that start withcheck_
).Would it be helpful to organize the functions into groups and annotate the groups with high-level descriptions, similar to the organization shown here: https://docs.ropensci.org/aorsf/reference/index.html?
If yes, I'd love to initiate a PR and modify based on your feedback. This would be a great way for me to get more familiar with all the functions in the package and what they do. 😀
The text was updated successfully, but these errors were encountered: