Skip to content
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

Re-export some family and formula functions #254

Closed
athowes opened this issue Aug 26, 2024 · 1 comment
Closed

Re-export some family and formula functions #254

athowes opened this issue Aug 26, 2024 · 1 comment

Comments

@athowes
Copy link
Collaborator

athowes commented Aug 26, 2024

if we rexport bf and lognormal() etc will 1. make it clear which families we have build support for and which may need new tooling and two mean that users don't need to load or specify brms when using them? What do you think?

Originally posted by @seabbs in #52 (comment)

We could re-export:

  1. The families from stats:: and brms:: that we have particular support for (i.e. special prediction functionality) OR all the families from stats:: and brms:: that epidist is compatible with (i.e. all of them)
  2. Some functions like brms::bf which are used a lot (any others?)

This would look like (I think):

#' @importFrom brms bf
#' @export
brms::bf

Then run devtools::document().

I'd be in favour of just exporting the families we have prediction functionality for.

@athowes athowes added the medium label Aug 26, 2024
@athowes athowes mentioned this issue Aug 26, 2024
9 tasks
@athowes athowes mentioned this issue Sep 11, 2024
9 tasks
@athowes
Copy link
Collaborator Author

athowes commented Sep 18, 2024

Closing as not planned for now.

@athowes athowes closed this as not planned Won't fix, can't repro, duplicate, stale Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant