From 67397ce864f1b358005a22be2a77e04100aa37c7 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 15 Mar 2023 17:27:37 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20rule=20number=201=20=E2=80=94=20it's=20a?= =?UTF-8?q?lways=20a=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/post/2023-03-08_golem_0.4.0_release/index.Rmarkdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/2023-03-08_golem_0.4.0_release/index.Rmarkdown b/content/post/2023-03-08_golem_0.4.0_release/index.Rmarkdown index 394b17f..28d5f7e 100644 --- a/content/post/2023-03-08_golem_0.4.0_release/index.Rmarkdown +++ b/content/post/2023-03-08_golem_0.4.0_release/index.Rmarkdown @@ -32,7 +32,7 @@ if (!requireNamespace("shiny")){ if (!requireNamespace("remotes")){ install.packages("remotes") } - remotes::install_cran("shiny) + remotes::install_cran("shiny") } ```