Skip to content

Commit

Permalink
Automatic README update
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored and github-actions[bot] committed Nov 15, 2024
1 parent e840b4b commit 9d9dd03
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ contain breaking changes and/or bugs):

``` r
remotes::install_github(
"epinowcast/epidist",
file.path("epinowcast", "epidist"),
dependencies = TRUE
)
```
Expand Down Expand Up @@ -92,12 +92,14 @@ vignette, with other details and support at the [package
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
# if you have not yet installed `epidist`, or you installed it without
# `Suggests` dependencies
install.packages(
"cmdstanr",
repos = c("https://mc-stan.org/r-packages/", getOption("repos"))
)
# once `cmdstanr` is installed:

# once `cmdstanr` is installed
cmdstanr::install_cmdstan()
```

Expand Down

0 comments on commit 9d9dd03

Please sign in to comment.