Skip to content

Commit 59049b1

Browse files
committed
unneeded parenthesis
1 parent 9da53a3 commit 59049b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/teal-modules-general.Rmd

Lines changed: 2 additions & 2 deletions
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", quietly = TRUE))}
42+
```{r app, message = FALSE, results = "hide", eval = requireNamespace("sparkline", quietly = TRUE)}
4343
# load libraries
4444
library(teal.modules.general)
4545
library(teal.widgets)
@@ -146,7 +146,7 @@ In a `teal` app, data and modules are decoupled. In the app above:
146146
- The app developer specified the module and assigned it to the `modules` argument.
147147
- The `init` function took these arguments and returned a list containing `ui` and `server` object, which can be demonstrated by running:
148148

149-
```{r, indent = " ", eval = requireNamespace("sparkline", quietly = TRUE))}
149+
```{r, indent = " ", eval = requireNamespace("sparkline", quietly = TRUE)}
150150
class(app)
151151
names(app)
152152
```

0 commit comments

Comments
 (0)