We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91203c8 commit 31ec098Copy full SHA for 31ec098
vignettes/teal-modules-general.Rmd
@@ -39,7 +39,7 @@ See [package functions / modules](https://insightsengineering.github.io/teal.mod
39
### Example application
40
41
A simple application featuring the `tm_variable_browser()` module:
42
-```{r app, message = FALSE, results = "hide", eval = requireNamespace("sparkline")}
+```{r app, message = FALSE, results = "hide", eval = requireNamespace("sparkline", quietly = TRUE))}
43
# load libraries
44
library(teal.modules.general)
45
library(teal.widgets)
0 commit comments