Skip to content

Commit 593db2e

Browse files
committed
ci: forcing shiny installation
1 parent f1b00f8 commit 593db2e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@ Type: Website
22
Package: placeholder
33
Title: Does not matter.
44
Version: 0.0.1
5-
Imports:
5+
Imports:
66
blogdown,
77
emo,
88
ggplot2,
99
knitr,
1010
lubridate,
1111
pak,
1212
remotes,
13-
shinipsum
14-
Remotes:
13+
shinipsum,
14+
shiny
15+
Remotes:
1516
hadley/emo,
1617
rstudio/blogdown

content/post/2023-03-08_golem_0.4.0_release/index.Rmarkdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ if (!requireNamespace("emo")){
2828
}
2929
remotes::install_github("hadley/emo")
3030
}
31+
if (!requireNamespace("shiny")){
32+
if (!requireNamespace("remotes")){
33+
install.packages("remotes")
34+
}
35+
remotes::install_cran("shiny)
36+
}
3137
```
3238

3339
The new version of `{golem}` is available!

0 commit comments

Comments
 (0)