Skip to content

Commit 31ec098

Browse files
authored
Update vignettes/teal-modules-general.Rmd
Signed-off-by: Marcin <[email protected]>
1 parent 91203c8 commit 31ec098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/teal-modules-general.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ See [package functions / modules](https://insightsengineering.github.io/teal.mod
3939
### Example application
4040

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

0 commit comments

Comments
 (0)