Stan package repositories
Examples
stan_repos()
#> Multiverse
#> "https://community.r-multiverse.org"
#> RSPM
#> "https://packagemanager.posit.co/cran/__linux__/noble/latest"
#> CRAN
#> "https://cran.rstudio.com"
#>
#> "https://community.r-multiverse.org"
#>
#> "https://stan-dev.r-universe.dev"
stan_repos(dev = TRUE)
#> StanRUniverse
#> "https://stan-dev.r-universe.dev"
#> RSPM
#> "https://packagemanager.posit.co/cran/__linux__/noble/latest"
#> CRAN
#> "https://cran.rstudio.com"
#>
#> "https://community.r-multiverse.org"
#>
#> "https://stan-dev.r-universe.dev"