Duco Veen
Duco Veen
Hey @jgabry, I think most looks good. Only in `R/mcmc-diagnostics.R` there are still some occurrences of ` labels = c("low", "ok", "high")` instead of ` labels = c("low", "mid", "high")`....
My bad, those were still there in the commit [ccdac30](https://github.com/stan-dev/bayesplot/pull/278/commits/ccdac30f3cb2efc65c2eddac490bbdbe73922244) but corrected in [adecf0b](https://github.com/stan-dev/bayesplot/pull/278/commits/adecf0bfc72de54e3d0b698fd6925d775708be69).
Hey I think you are right! The problem is in the `diagnoseHompage.r` file. I need to adjust the conditions to load the diagnostics pages. Will take a look at this...
Hey, this should be [here](https://github.com/stan-dev/shinystan/blob/10be0d2907377cb4c05f33a32dd2da251fc219dc/inst/ShinyStan/ui_files/table_latex_sidebar.R) and [here](https://github.com/stan-dev/shinystan/blob/10be0d2907377cb4c05f33a32dd2da251fc219dc/inst/ShinyStan/server_files/pages/estimate/server/summary_stats_latex.R). My guess would be that we do not name the slots of the summary output correctly. Although the code does seem to refer...
In version 3.0 I don't get this error, see below. Will check now for the CRAN version. 
I also don't get an error with shinystan 2.5. @storopoli could you post your session information? 
Hey I'm not sure which version you are using. If you use the version 3.0 you could download the rds files associated with the figures. These are ggplot objects so...
The `expression()` function works to get the greek symbols. See [here](https://stats.idre.ucla.edu/r/codefragments/greek_letters/) for example. Hope this helps, Best, Duco
Hello, It seems like the problem occurs when installing rstan. rstan depends on `StanHeaders (> 2.18.1)` maybe you need to install this first. Could you try that? Best, Duco
Hey, happy to hear you got it to work in the end.