Skip to content

Commit

Permalink
Merge 'origin/main' into branch 'feat/examples-shiny'
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Apr 25, 2024
2 parents 34637e4 + 3dd55fd commit 7f064d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/examples-shiny/flights/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ library(bslib)
library(dplyr)
library(lubridate)
library(plotly)
library(chiflights22)
library(histoslider)
library(chiflights22) # https://github.com/cpsievert/chiflights22
library(histoslider) # https://github.com/cpsievert/histoslider
library(rlang)

# Data prep
Expand Down

0 comments on commit 7f064d2

Please sign in to comment.