Skip to content
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ jobs:
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: |
any::broom
any::cli
any::dplyr
any::fs
any::glue
any::httpuv
any::markdown
any::purrr
any::quarto
any::shinylive
Expand Down
1 change: 1 addition & 0 deletions kmeans/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ library(tibble)
library(stringr)
library(klassets)
library(deldir)
library(markdown)

# theme options -----------------------------------------------------------
thematic::thematic_shiny(font = "auto")
Expand Down
3 changes: 2 additions & 1 deletion logistic-regression/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ library(ggplot2)
library(stringr)
library(scales)
library(markdown)
library(broom)
library(risk3r) # remotes::install_github("jbkunst/risk3r", force = TRUE)
library(klassets) # remotes::install_github("jbkunst/klassets", force = TRUE)

Expand Down Expand Up @@ -213,4 +214,4 @@ server <- function(input, output, session) {

}

shinyApp(ui, server)
shinyApp(ui, server)
1 change: 1 addition & 0 deletions roc-curve/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ library(shiny)
library(bslib)
library(highcharter)
library(tibble)
library(markdown)

# theme -------------------------------------------------------------------
apptheme <- bs_theme(primary = "#007BC2")
Expand Down
Loading