stan-dev / shinystan

shinystan R package and ShinyStan GUI
https://mc-stan.org/shinystan
GNU General Public License v3.0
197 stars 51 forks source link

Issue when launching shinystan demo #197

Open anthonyhauser opened 2 years ago

anthonyhauser commented 2 years ago

After having installed the shinystan 2.6.0 package in R 4.2.0, I tried to launch the model demo but the windows that should open pops and then quickly disappears, leaving the following message in the R console:

Listening on http://127.0.0.1:4995 The name provided ('refresh') is deprecated in Font Awesome 5:

  • please consider using 'sync' or 'fas fa-sync' instead
  • use the verify_fa = FALSE to deactivate these messages The name provided ('refresh') is deprecated in Font Awesome 5:
  • please consider using 'sync' or 'fas fa-sync' instead
  • use the verify_fa = FALSE to deactivate these messages Warning: Error in switch: unused arguments (By model parameter = "parameter", Sample information = "lp", Treedepth information = "treedepth", Step size information = "stepsize", Divergence information = "divergent") 3: shiny::runApp 2: launch 1: shinystan::launch_shinystan_demo

Here is my code:

install.packages("shinystan")
library(shinystan)
shinystan::launch_shinystan_demo()