Skip to content

Commit

Permalink
ci: forcing shiny installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Mar 15, 2023
1 parent f1b00f8 commit 593db2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ Type: Website
Package: placeholder
Title: Does not matter.
Version: 0.0.1
Imports:
Imports:
blogdown,
emo,
ggplot2,
knitr,
lubridate,
pak,
remotes,
shinipsum
Remotes:
shinipsum,
shiny
Remotes:
hadley/emo,
rstudio/blogdown
6 changes: 6 additions & 0 deletions content/post/2023-03-08_golem_0.4.0_release/index.Rmarkdown
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 593db2e

Please sign in to comment.