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

Code uses libraries that were not explicitly required #7

Closed
abner-hb opened this issue Jun 26, 2024 · 2 comments · Fixed by #12
Closed

Code uses libraries that were not explicitly required #7

abner-hb opened this issue Jun 26, 2024 · 2 comments · Fixed by #12
Assignees

Comments

@abner-hb
Copy link

In section 3 Model setup & priors, the code uses functions from packages that are not explicitly required; not even in the "R session setup". For example, functions stat_slab from ggdist, unnest_rvars from tidybayes, and fct_rev from forcats. Could you add the names of all the libraries used at the beginning of each section?

@weberse2
Copy link
Collaborator

Thanks for reporting the matter. The intention of the first section of each case study is meant to load all required libraries - as you are expecting it. Let us look more closely into the one you quote and correct it accordingly.

@andrew-bean andrew-bean self-assigned this Jul 31, 2024
@andrew-bean
Copy link
Collaborator

Looks like the code chunk that loads these packages at the top of the page in question was inadvertently hidden. PR incoming to make this visible (albeit in a collapsed code-fold block by default).

@andrew-bean andrew-bean linked a pull request Jul 31, 2024 that will close this issue
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.

3 participants