Skip to content

Commit

Permalink
Merge branch 'main' into rename-models
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes authored Nov 15, 2024
2 parents 40af7d1 + a6f124d commit bc00fd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ contain breaking changes and/or bugs):

``` r
remotes::install_github(
"epinowcast/epidist", dependencies = TRUE
"epinowcast/epidist",
dependencies = TRUE
)
```

Expand Down Expand Up @@ -93,7 +94,8 @@ site](https://mc-stan.org/cmdstanr/), but the brief version is:
``` r
# if you not yet installed `epidist`, or you installed it without `Suggests` dependencies
install.packages(
"cmdstanr", repos = c("https://mc-stan.org/r-packages/", getOption("repos"))
"cmdstanr",
repos = c("https://mc-stan.org/r-packages/", getOption("repos"))
)
# once `cmdstanr` is installed:
cmdstanr::install_cmdstan()
Expand Down

0 comments on commit bc00fd4

Please sign in to comment.