From 9d9dd039c57da838a8b6d2818e2438117db76b41 Mon Sep 17 00:00:00 2001 From: seabbs <20317649+seabbs@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:53:52 +0000 Subject: [PATCH] Automatic README update --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57c76ff1e..2005a6d13 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ contain breaking changes and/or bugs): ``` r remotes::install_github( - "epinowcast/epidist", + file.path("epinowcast", "epidist"), dependencies = TRUE ) ``` @@ -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() ```