From a11b5925e1268775bb7d594e1b739c42f305b6e7 Mon Sep 17 00:00:00 2001 From: Vedha Viyash <49812166+vedhav@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:55:21 +0530 Subject: [PATCH] get back staged deps config (#816) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- man/tm_g_distribution.Rd | 4 ++-- staged_dependencies.yaml | 41 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 staged_dependencies.yaml diff --git a/man/tm_g_distribution.Rd b/man/tm_g_distribution.Rd index 91b880f29..680958fc6 100644 --- a/man/tm_g_distribution.Rd +++ b/man/tm_g_distribution.Rd @@ -58,10 +58,10 @@ Defaults to \code{c(30L, 1L, 100L)}. \item{plot_width}{(\code{numeric}) optional, specifies the plot width as a three-element vector of \code{value}, \code{min}, and \code{max} for a slider encoding the plot width.} -\item{pre_output}{(\code{shiny.tag}) optional,\cr +\item{pre_output}{(\code{shiny.tag}, optional)\cr with text placed before the output to put the output into context. For example a title.} -\item{post_output}{(\code{shiny.tag}) optional, with text placed after the output to put the output +\item{post_output}{(\code{shiny.tag}, optional) with text placed after the output to put the output into context. For example the \code{\link[shiny:helpText]{shiny::helpText()}} elements are useful.} \item{decorators}{\ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#experimental}{\figure{lifecycle-experimental.svg}{options: alt='[Experimental]'}}}{\strong{[Experimental]}} (\code{list} of \code{teal_transform_module}, named \code{list} of \code{teal_transform_module} or \code{NULL}) optional, if not \code{NULL}, decorator for tables or plots included in the module. When a named list of \code{teal_transform_module}, the decorators are applied to the respective output objects. diff --git a/staged_dependencies.yaml b/staged_dependencies.yaml new file mode 100644 index 000000000..d484dfe68 --- /dev/null +++ b/staged_dependencies.yaml @@ -0,0 +1,41 @@ +current_repo: + repo: insightsengineering/teal.modules.general + host: https://github.com +upstream_repos: + insightsengineering/nestcolor: + repo: insightsengineering/nestcolor + host: https://github.com + insightsengineering/roxy.shinylive: + repo: insightsengineering/roxy.shinylive + host: https://github.com + insightsengineering/teal.logger: + repo: insightsengineering/teal.logger + host: https://github.com + insightsengineering/teal.widgets: + repo: insightsengineering/teal.widgets + host: https://github.com + insightsengineering/teal.data: + repo: insightsengineering/teal.data + host: https://github.com + insightsengineering/teal.code: + repo: insightsengineering/teal.code + host: https://github.com + insightsengineering/teal.reporter: + repo: insightsengineering/teal.reporter + host: https://github.com + insightsengineering/teal.slice: + repo: insightsengineering/teal.slice + host: https://github.com + insightsengineering/teal.transform: + repo: insightsengineering/teal.transform + host: https://github.com + insightsengineering/teal: + repo: insightsengineering/teal + host: https://github.com + insightsengineering/tern: + repo: insightsengineering/tern + host: https://github.com + insightsengineering/rtables: + repo: insightsengineering/rtables + host: https://github.com +downstream_repos: