Skip to content

Vignettes #1545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 26 commits into
base: teal_reportable
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3b0b69b
extend getting started vignette with the info about report parameter
m7pr Jun 6, 2025
ad027a2
add info about `disable_report()`
m7pr Jun 6, 2025
ca9d9c5
Merge branch 'teal_reportable' into vignettes@teal_reportable
m7pr Jun 9, 2025
91aa822
Update vignettes/getting-started-with-teal.Rmd
m7pr Jun 9, 2025
f49d361
simplify getting started
m7pr Jun 9, 2025
1864d82
rewrite adding support
m7pr Jun 9, 2025
1c5b23d
add managing reproducible report document in teal
m7pr Jun 9, 2025
70e31d7
reorder content in getting started
m7pr Jun 9, 2025
e99b6a8
cleanup adding-support-for-reporting vignette
m7pr Jun 9, 2025
370b400
add todo to managing-reproducible report documents
m7pr Jun 9, 2025
c8b53a4
fix after example
m7pr Jun 9, 2025
bf08341
fix template example
m7pr Jun 9, 2025
54cc06b
add metadata title to the card
m7pr Jun 9, 2025
9610897
Update vignettes/adding-support-for-reporting.Rmd
m7pr Jun 10, 2025
56dbc32
Update vignettes/adding-support-for-reporting.Rmd
m7pr Jun 10, 2025
0354437
Update vignettes/getting-started-with-teal.Rmd
m7pr Jun 10, 2025
885a6c2
Update vignettes/managing-reproducible-report-documents-in-teal.rmd
m7pr Jun 10, 2025
ecd8aec
Update vignettes/managing-reproducible-report-documents-in-teal.rmd
m7pr Jun 10, 2025
ddfc2e4
Update vignettes/managing-reproducible-report-documents-in-teal.rmd
m7pr Jun 10, 2025
d0951f6
setnence about templated approach
m7pr Jun 10, 2025
2cca04b
simplify adding support for reporting vignette
m7pr Jun 10, 2025
958b486
Update vignettes/managing-reproducible-report-documents-in-teal.rmd
m7pr Jun 11, 2025
4b314da
Update vignettes/managing-reproducible-report-documents-in-teal.rmd
m7pr Jun 11, 2025
b76adf1
Merge branch 'teal_reportable' into vignettes@teal_reportable
m7pr Jun 12, 2025
548bb23
move reporting section to teal::example_module
m7pr Jun 13, 2025
7c482d2
Merge branch 'teal_reportable' into vignettes@teal_reportable
llrs-roche Jul 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions R/dummy_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
#' @inheritParams teal_modules
#' @param decorators `r lifecycle::badge("experimental")` (`list` of `teal_transform_module`) optional,
#' decorator for `object` included in the module.
#'
#' @section Reporting:
#'
#' This module returns an object of class `teal_module`, that contains a `server` function.
#' Since the server function returns a `teal_report` object, this makes this module reportable, which means that
#' the reporting functionality will be turned on automatically by the `teal` framework.
#'
#' For more information on reporting in `teal`, see the vignettes:
#' - `vignette("managing-reproducible-report-documents-in-teal", package = "teal")`
#' - `vignette("adding-support-for-reporting-to-custom-modules", package = "teal")`
#'
#' @return A `teal` module which can be included in the `modules` argument to [init()].
#'
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ articles:
contents:
- creating-custom-modules
- adding-support-for-reporting
- managing-reproducible-report-documents-in-teal
- transform-module-output
- title: Using `teal`
navbar: Using `teal`
Expand Down
18 changes: 16 additions & 2 deletions man/example_module.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading