Skip to content

Commit

Permalink
[skip actions] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 29, 2024
1 parent 6462f14 commit 8a03ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vignettes/custom-basic-table-arguments.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ui <- fluidPage(
server <- function(input, output, session) {
dev_table_args <- basic_table_args(show_colcounts = TRUE)
table_expr <- substitute(
expr = {
tt <- f_table_expr %>%
Expand Down
4 changes: 2 additions & 2 deletions vignettes/custom-ggplot2-arguments.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ server <- function(input, output, session) {
labs = list(subtitle = "Dev substitle"),
theme = list(legend.position = "none")
)
f_ggplot2_expr <- parse_ggplot2_args(
resolve_ggplot2_args(
user_plot = user_ggplot2_args$plot1,
user_default = user_ggplot2_args$default,
module_plot = dev_ggplot2_args
)
)
plot_expr <- substitute(
expr = {
gg <- ggplot(iris, aes(x = Sepal.Length, y = Petal.Length, color = Species)) +
Expand Down

0 comments on commit 8a03ec3

Please sign in to comment.