Skip to content

Commit

Permalink
Use the app modifiers in favor of init args (#825)
Browse files Browse the repository at this point in the history
Part of insightsengineering/teal#1310

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
vedhav and github-actions[bot] authored Jan 20, 2025
1 parent 4a80236 commit d1bd79e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BugReports:
Depends:
ggmosaic (>= 0.3.0),
ggplot2 (>= 3.4.0),
R (>= 3.6),
R (>= 4.1),
shiny (>= 1.6.0),
teal (>= 0.15.2.9103),
teal.transform (>= 0.5.0.9015)
Expand Down
8 changes: 4 additions & 4 deletions R/tm_front_page.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
#' additional_tags = HTML("Additional HTML or shiny tags go here <br>"),
#' footnotes = c("X" = "is the first footnote", "Y is the second footnote")
#' )
#' ),
#' header = tags$h1("Sample Application"),
#' footer = tags$p("Application footer")
#' )
#' )
#' ) |>
#' modify_header(tags$h1("Sample Application")) |>
#' modify_footer(tags$p("Application footer"))
#'
#' if (interactive()) {
#' shinyApp(app$ui, app$server)
Expand Down
12 changes: 6 additions & 6 deletions man/tm_front_page.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1bd79e

Please sign in to comment.