Skip to content

Commit 0550fc7

Browse files
committed
omit one more chunk in vignettes
1 parent 7890ed4 commit 0550fc7

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
@@ -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 = " "}
149+
```{r, indent = " ", eval = requireNamespace("sparkline")}
150150
class(app)
151151
names(app)
152152
```

0 commit comments

Comments
 (0)