Skip to content

Commit

Permalink
Update README (#436)
Browse files Browse the repository at this point in the history
Co-authored-by: seabbs <[email protected]>
  • Loading branch information
github-actions[bot] and seabbs authored Nov 15, 2024
1 parent b502595 commit a6f124d
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 a6f124d

Please sign in to comment.