-
Notifications
You must be signed in to change notification settings - Fork 2
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
Advanced documentation #6
Conversation
Thanks @afmagee42! I had a chance to do a deeper dive into all the code and vignettes of nbbp as I was preparing to address your PR. I'm happy to have had the opportunity to look at this - it's neat! I will separate the below out into a single issue / document (vignette). nbbp vignette (now Issue #7)
Default Priors vignette (now Issue #8 ):
Advanced Data vignette (now Issue #9)
|
I see you have two failing checks on this PR. The pre-commit one I think is due to the template repo update for R setup that was resolved near the end of December 2024. You can see the fix here: https://github.com/cdcent/cfa-repo-template/commit/8487a48653bbfa7224986366e38d70833e13dc3b I'm unclear if the Check R Packages / check-r-package (pull request) is related. Looking at the output of the failure there may also be some minor typos in 1-2 vignettes that are additionally causing this error - but it looks like you've tried to correct them with a commit on this PR. I'd suggest trying the above update to the pre-commit.yaml and seeing if it resolves both first. |
For the vignettes on this PR: Details vignette:
Model Adequacy vignette:
|
63f5ec5
to
c466630
Compare
Checks now passing after fixing both the action (#10) and the pointed-out vignette typos |
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.
Overall LGTM. Consider opening issues on some of the other comments I made about these vignettes in the conversation thread (as you see fit!)
This PR adds two more vignettes.