Skip to content

Commit

Permalink
Update cmdstandr URL (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc authored Jun 6, 2024
1 parent c76d738 commit 8e5dd39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
https://doi.org/10.1002/sim.8756
https://doi.org/10.1111/bcp.15200
https://doi.org/10.1002/cpt.1450
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
packageStartupMessage(
"jmpost uses cmdstanr for compiling and sampling from models, but it does not seem to be installed.\n",
"To install:\n",
"install.packages(\"cmdstanr\", repos = c(\"https://mc-stan.org/r-packages/\", getOption(\"repos\")))"
"install.packages(\"cmdstanr\", repos = c(\"https://stan-dev.r-universe.dev/\", getOption(\"repos\")))"
)
} else if (is.null(cmdstanr::cmdstan_version(error_on_NA = FALSE))) {
possible_paths <- unique(c(
Expand Down

0 comments on commit 8e5dd39

Please sign in to comment.