-
Notifications
You must be signed in to change notification settings - Fork 5
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
Tracking unexported brms
functions
#420
Labels
medium
Nice to have for next release
Comments
Adam to link issue in |
brms:::log_lik_weight and all internal family log_like and posterior predict functions |
9 tasks
Note that this issue blocks CRAN submission. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use four
brms
functions:brms:::dpar_bounds
brms:::validate_data
brms:::validate_family
brms:::validate_formula
See:
This issue is a place to track progress on removing dependence on these functions, or them being exposed within
brms
. Adam to link issue raised inbrms
repository about this.The text was updated successfully, but these errors were encountered: