Skip to content

Commit

Permalink
Merge branch 'additional_changes@273-pre-release-activities@main' of h…
Browse files Browse the repository at this point in the history
…ttps://github.com/insightsengineering/teal.reporter into additional_changes@273-pre-release-activities@main
  • Loading branch information
kartikeyakirar committed Feb 19, 2024
2 parents 74d023e + 1b0d47a commit e0ca0ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion R/Reporter.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Reporter <- R6::R6Class( # nolint: object_name_linter.
#' card1$append_text("Header 2 text", "header2")
#' card1$append_text("A paragraph of default text", "header2")
#' card1$append_plot(
#' ggplot2::ggplot(iris, ggplot2::aes(x = Petal.Length)) + ggplot2::geom_histogram()
#' ggplot(iris, aes(x = Petal.Length)) + geom_histogram()
#' )
#'
#' card2 <- ReportCard$new()
Expand Down
11 changes: 4 additions & 7 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ navbar:
href: https://github.com/insightsengineering/teal.reporter

reference:
- title: >
`shiny` modules for adding content to reports
- title: "`shiny` modules for adding content to reports"
contents:
- add_card_button_srv
- add_card_button_ui
- title: `shiny` modules for viewing and downloading reports
- title: "`shiny` modules for viewing and downloading reports"
contents:
- reporter_previewer_srv
- reporter_previewer_ui
Expand All @@ -38,15 +37,13 @@ reference:
- download_report_button_ui
- reset_report_button_srv
- reset_report_button_ui
- title: >
`yaml` and rmd utility functions
- title: "`yaml` and rmd utility functions"
contents:
- as_yaml_auto
- print.rmd_yaml_header
- rmd_output_arguments
- rmd_outputs
- title: >
`R6` classes used inside package
- title: "`R6` classes used inside package"
contents:
- ReportCard
- Reporter
4 changes: 2 additions & 2 deletions man/Reporter.Rd

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

0 comments on commit e0ca0ee

Please sign in to comment.