Skip to content

Commit

Permalink
Update vignettes/teal-modules-general.Rmd
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com>
  • Loading branch information
m7pr authored Oct 4, 2024
1 parent 91203c8 commit 31ec098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/teal-modules-general.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ See [package functions / modules](https://insightsengineering.github.io/teal.mod
### Example application

A simple application featuring the `tm_variable_browser()` module:
```{r app, message = FALSE, results = "hide", eval = requireNamespace("sparkline")}
```{r app, message = FALSE, results = "hide", eval = requireNamespace("sparkline", quietly = TRUE))}
# load libraries
library(teal.modules.general)
library(teal.widgets)
Expand Down

0 comments on commit 31ec098

Please sign in to comment.