Skip to content

Commit

Permalink
vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Burkoff authored and Nikolas Burkoff committed Jan 13, 2023
1 parent f2620b0 commit 866989f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/teal-bs-themes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ library(teal)
app <- init(
data = teal_data(
dataset("IRIS", iris)
dataset("IRIS", iris) # nolint
),
filter = list(IRIS = list(Sepal.Length = c(5, 7))),
modules = list(example_module(), example_module()),
Expand Down Expand Up @@ -206,7 +206,7 @@ app <- init(
data = teal_data(
dataset("IRIS", iris)
),
filter = list(IRIS = list(Sepal.Length = c(5, 7)))
filter = list(IRIS = list(Sepal.Length = c(5, 7))),
modules = list(example_module(), example_module())
)
Expand Down

0 comments on commit 866989f

Please sign in to comment.