Skip to content

Commit

Permalink
Try again to deploy 300-bs-themer (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: cpsievert <[email protected]>
  • Loading branch information
cpsievert and cpsievert authored Aug 10, 2023
1 parent 0762276 commit 0add689
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apps-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
server_name: "shinyapps.io"
cores: 5
retry: 3
# extra_app_text: ", apps = list('000-all', '000-manual', 1, 2)"
# extra_app_text: ", apps = c('000-all', '000-manual', '300-bs-themer')"

## Deployment server has been disabled
- os: "${{ needs.config.outputs.ubuntu }}"
Expand All @@ -48,7 +48,7 @@ jobs:
# rspm: "https://demo.rstudiopm.com/all/__linux__/focal/latest"
cores: 1
retry: 3
# extra_app_text: ", apps = list('000-all', '000-manual', 1, 2)"
# extra_app_text: ", apps = c('000-all', '000-manual', '300-bs-themer')"

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/apps-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Update app deps
on:
push:
paths:
- "inst/apps/*"
- "inst/apps/R/*"
- "inst/apps/*" # new app added
- "inst/apps/*/**/*.R" # any app/test files change
- "inst/gha/gha-apps-deps-update.R"
- ".github/workflows/apps-deps.yml"
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onschedule
Expand Down
25 changes: 13 additions & 12 deletions R/data-apps-deps.R
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Do not edit by hand!
# This file is automatically generated by `./inst/gha/data-apps-deps-update.R`
apps_deps <- c("base64enc", "BH", "Cairo", "clipr", "curl", "DBI", "dbplyr",
"DiagrammeR", "dplyr", "evaluate", "future", "ggplot2", "ggvis",
"hexbin", "highcharter", "jsonlite", "knitr", "lorem", "magrittr",
"maps", "markdown", "memoise", "networkD3", "plogr", "png", "progress",
"pryr", "radiant", "ragg", "RColorBrewer", "reactable", "reactR",
"reshape2", "rlang", "rmarkdown", "rprojroot", "rsconnect", "RSQLite",
"rversions", "scales", "sf", "shinyAce", "shinydashboard", "shinyjs",
"showtext", "sysfonts", "systemfonts", "testthat", "tidyr", "tm",
"waldo", "withr", "wordcloud")
"DiagrammeR", "dplyr", "evaluate", "future", "ggplot2", "ggridges",
"ggvis", "hexbin", "highcharter", "jsonlite", "knitr", "lorem",
"magrittr", "maps", "markdown", "memoise", "networkD3", "plogr",
"png", "progress", "pryr", "radiant", "ragg", "RColorBrewer",
"reactable", "reactR", "reshape2", "rlang", "rmarkdown", "rprojroot",
"rsconnect", "RSQLite", "rversions", "scales", "sf", "shinyAce",
"shinydashboard", "shinyjs", "showtext", "sysfonts", "systemfonts",
"testthat", "tidyr", "tm", "waldo", "withr", "wordcloud")
apps_deps_map <- list(`001-hello` = "rsconnect", `012-datatables` = "ggplot2",
`016-knitr-pdf` = "rmarkdown", `020-knit-html` = c("evaluate",
"knitr", "rmarkdown"), `021-selectize-plot` = "maps", `022-unicode-chinese` = c("curl",
Expand Down Expand Up @@ -53,10 +53,11 @@ apps_deps_map <- list(`001-hello` = "rsconnect", `012-datatables` = "ggplot2",
"rlang"), `221-async-script-dynamic-ui` = "rlang", `224-shinymeta` = c("clipr",
"dplyr", "shinyAce"), `225-snapshot-info-option` = c("jsonlite",
"testthat"), `226-snapshot-info-url` = c("jsonlite", "testthat"
), `300-bs-themer` = c("curl", "ggplot2", "hexbin", "knitr",
"reactable", "rlang", "rprojroot", "rsconnect"), `301-bs-themes` = c("ggplot2",
"reshape2", "rversions", "sf", "withr"), `302-bootswatch-themes` = c("ggplot2",
"progress", "rversions", "sf", "withr"), `304-bslib-card` = c("rlang",
), `300-bs-themer` = c("curl", "ggplot2", "ggridges", "hexbin",
"knitr", "reactable", "reshape2", "rlang", "rprojroot", "rsconnect"
), `301-bs-themes` = c("ggplot2", "reshape2", "rversions",
"sf", "withr"), `302-bootswatch-themes` = c("ggplot2", "progress",
"rversions", "sf", "withr"), `304-bslib-card` = c("rlang",
"rversions"), `305-bslib-value-box` = c("rlang", "rversions"
), `306-accordion-add-remove` = "magrittr", `308-sidebar-kitchen-sink` = c("lorem",
"rversions", "testthat"), `309-flexdashboard-tabs-navs` = "rmarkdown",
Expand Down
3 changes: 3 additions & 0 deletions inst/apps/300-bs-themer/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@ if (FALSE) {
# cat()

library(bslib)
library(bsicons)
library(curl)
library(DT)
library(ggplot2)
library(ggridges)
library(hexbin)
library(htmltools)
library(knitr)
library(lattice)
library(reactable)
library(rlang)
library(reshape2)
library(rprojroot)
library(rsconnect)
library(shiny)
Expand Down

0 comments on commit 0add689

Please sign in to comment.