Skip to content

Commit

Permalink
clean doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Feb 25, 2015
1 parent 3ad70fa commit 808fd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/launch_shinystan_demo.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ launch_shinystan_demo <- function(...) {
stanfit <- rstanDemo::stan_demo(...)
} else {
has_rstan <- requireNamespace("rstan", quietly = TRUE)
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.")
stanfit <- rstan::stan_demo(...)
}

Expand Down

0 comments on commit 808fd17

Please sign in to comment.