From 63a29c51596407b298b5f1ec8a81ba2e3adc0ec7 Mon Sep 17 00:00:00 2001 From: jgabry Date: Thu, 25 Jan 2024 13:48:52 -0700 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 989c2830..b3269eaa 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ analysis. You can install the latest beta release of the **cmdstanr** R package with ```r -# we recommend running this is a fresh R session or restarting your current session +# we recommend running this in a fresh R session or restarting your current session install.packages("cmdstanr", repos = c("https://mc-stan.org/r-packages/", getOption("repos"))) ``` This does not install the vignettes, which take a long time to build, but they are always available