launch_shinystan error message
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 199
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
When I tried to use launch_shinystan to reproduce a plot (Figure 4) from shinystan in the paper User-friendly Bayesian regression modeling: A tutorial with rstanarm and shinystan, an error message appeared:
"project "ggplot_fns.rda" has no activate script and so cannot be activated"
This is the code I used:
SingleLevelModel <- stan_glm(valence ~ arousal, data = dat)
launch_shinystan(SingleLevelModel)
I have searched Google and the Stan Forum, and I haven't seen this error been reported. So, I am reporting it here, and hope to get some help. Many thanks in advance!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the launch_shinystan(SingleLevelModel) entry point and reproduce the reported "ggplot_fns.rda" activation error using the code in the issue. No source file or test is named; done means the supplied model launches without this error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100