We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a193d6 commit 7a96866Copy full SHA for 7a96866
.github/workflows/pkgdown.yaml
@@ -32,6 +32,7 @@ jobs:
32
- name: Install dependencies
33
run: |
34
remotes::install_cran("tidyverse")
35
+ remotes::install_cran("shiny")
36
install.packages("remotes")
37
remotes::install_deps(dependencies = TRUE)
38
remotes::install_dev("pkgdown")
0 commit comments