Skip to content

Commit

Permalink
feat: added a vignette about adding reporting support to a custom teal
Browse files Browse the repository at this point in the history
module

* fixed a note in the join keys vignette

Closes #632
  • Loading branch information
kpagacz committed May 23, 2022
1 parent 78f3aba commit c27c305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/adding_support_for_reporting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ below:
```{r}
CustomReportCard <- R6::R6Class(
classname = "CustomReportCard",
inheit = teal.reporter::ReportCard
inherit = teal.reporter::ReportCard
)
custom_function <- function(card = CustomReportCard$new()) {
Expand Down
2 changes: 1 addition & 1 deletion vignettes/join-keys.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ app <- init(
)
)
shinyApp(app$ui, app$server)
if (interactive()) shinyApp(app$ui, app$server)
```

### Merge keys
Expand Down

0 comments on commit c27c305

Please sign in to comment.