Skip to content

Commit 808fd17

Browse files
committed
clean doc
1 parent 3ad70fa commit 808fd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/launch_shinystan_demo.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ launch_shinystan_demo <- function(...) {
4949
stanfit <- rstanDemo::stan_demo(...)
5050
} else {
5151
has_rstan <- requireNamespace("rstan", quietly = TRUE)
52-
if(!has_rstan) stop("You need to have the RStan package installed to use this option.")
52+
if(!has_rstan) stop("You need to have the RStan package installed to use this option. Try runnning the default shinyStan demo instead.")
5353
stanfit <- rstan::stan_demo(...)
5454
}
5555

0 commit comments

Comments
 (0)