diff --git a/DESCRIPTION b/DESCRIPTION index f0b13eb..8f209a7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Type: Website Package: placeholder Title: Does not matter. Version: 0.0.1 -Imports: +Imports: blogdown, emo, ggplot2, @@ -10,7 +10,8 @@ Imports: lubridate, pak, remotes, - shinipsum -Remotes: + shinipsum, + shiny +Remotes: hadley/emo, rstudio/blogdown 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 63f4ac3..394b17f 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 @@ -28,6 +28,12 @@ if (!requireNamespace("emo")){ } remotes::install_github("hadley/emo") } +if (!requireNamespace("shiny")){ + if (!requireNamespace("remotes")){ + install.packages("remotes") + } + remotes::install_cran("shiny) +} ``` The new version of `{golem}` is available!