From 829dcdc57eaee69b9611c059cc776c46066dc4a1 Mon Sep 17 00:00:00 2001 From: vedhav Date: Wed, 11 Dec 2024 18:11:43 +0530 Subject: [PATCH 1/3] get back staged deps config --- staged-dependencies.yaml | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 staged-dependencies.yaml 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: From 7fd35dfa368c11ab8ccb3584a683fc2eba964cd0 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:51:31 +0000 Subject: [PATCH 2/3] [skip roxygen] [skip vbump] Roxygen Man Pages Auto Update --- man/tm_g_distribution.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. From e400c308b04e3567da95ff0710664b9583c16107 Mon Sep 17 00:00:00 2001 From: vedhav Date: Wed, 11 Dec 2024 18:29:54 +0530 Subject: [PATCH 3/3] fix file name --- staged-dependencies.yaml => staged_dependencies.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename staged-dependencies.yaml => staged_dependencies.yaml (100%) diff --git a/staged-dependencies.yaml b/staged_dependencies.yaml similarity index 100% rename from staged-dependencies.yaml rename to staged_dependencies.yaml