File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ You can install the latest beta release of the **cmdstanr** R package with
3838
3939``` r
4040# we recommend running this in a fresh R session or restarting your current session
41- install.packages(" cmdstanr" , repos = c(" https://mc- stan.org/r-packages/ " , getOption(" repos" )))
41+ install.packages(" cmdstanr" , repos = c(' https://stan-dev.r-universe.dev ' , getOption(" repos" )))
4242```
4343This does not install the vignettes, which take a long time to build, but they are always available
4444online at https://mc-stan.org/cmdstanr/articles/ .
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ by running the following command in R.
3030
3131``` {r install, eval=FALSE}
3232# we recommend running this is a fresh R session or restarting your current session
33- install.packages("cmdstanr", repos = c(" https://mc- stan.org/r-packages/" , getOption("repos")))
33+ install.packages("cmdstanr", repos = c(' https://stan-dev.r-universe.dev' , getOption("repos")))
3434```
3535
3636We can now load the package like any other R package. We'll also load the
You can’t perform that action at this time.
0 commit comments