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
38
38
39
39
``` r
40
40
# 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" )))
42
42
```
43
43
This does not install the vignettes, which take a long time to build, but they are always available
44
44
online 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.
30
30
31
31
``` {r install, eval=FALSE}
32
32
# 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")))
34
34
```
35
35
36
36
We 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