We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad70fa commit 808fd17Copy full SHA for 808fd17
R/launch_shinystan_demo.R
@@ -49,7 +49,7 @@ launch_shinystan_demo <- function(...) {
49
stanfit <- rstanDemo::stan_demo(...)
50
} else {
51
has_rstan <- requireNamespace("rstan", quietly = TRUE)
52
- if(!has_rstan) stop("You need to have the RStan package installed to use this option.")
+ if(!has_rstan) stop("You need to have the RStan package installed to use this option. Try runnning the default shinyStan demo instead.")
53
stanfit <- rstan::stan_demo(...)
54
}
55
0 commit comments