Skip to content

Commit

Permalink
Edit error message
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jan 4, 2024
1 parent e312fa4 commit 5f85699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_assert.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ stan_assert_cmdstanr <- function() {
rlang::check_installed(
pkg = "cmdstanr",
reason = paste(
"The {cmdstanr} package is needed to install",
"The {cmdstanr} package is required in order to install",
"CmdStan and run Stan models. Please install it manually using",
"install.packages(pkgs = \"cmdstanr\",",
"repos = c(\"https://mc-stan.org/r-packages/\", getOption(\"repos\"))"
Expand Down

0 comments on commit 5f85699

Please sign in to comment.