Skip to content

Commit

Permalink
omit one more chunk in vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Oct 4, 2024
1 parent 7890ed4 commit 0550fc7
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 @@ -146,7 +146,7 @@ In a `teal` app, data and modules are decoupled. In the app above:
- The app developer specified the module and assigned it to the `modules` argument.
- The `init` function took these arguments and returned a list containing `ui` and `server` object, which can be demonstrated by running:

```{r, indent = " "}
```{r, indent = " ", eval = requireNamespace("sparkline")}
class(app)
names(app)
```
Expand Down

0 comments on commit 0550fc7

Please sign in to comment.