From 43068d555b38409b647a7f4fb4f96ebe2043e195 Mon Sep 17 00:00:00 2001 From: m7pr Date: Mon, 11 Aug 2025 11:52:29 +0200 Subject: [PATCH 1/3] remove stable badge --- R/cdisc_data.R | 1 - R/join_key.R | 1 - R/teal_data-constructor.R | 1 - man/cdisc_data.Rd | 2 -- man/join_key.Rd | 2 -- man/teal_data-class.Rd | 15 --------------- man/teal_data.Rd | 2 -- 7 files changed, 24 deletions(-) diff --git a/R/cdisc_data.R b/R/cdisc_data.R index 8faa833f4..2deb4e317 100644 --- a/R/cdisc_data.R +++ b/R/cdisc_data.R @@ -1,7 +1,6 @@ #' Data input for `teal` app #' #' @description -#' `r lifecycle::badge("stable")` #' #' Function is a wrapper around [teal_data()] and guesses `join_keys` #' for given datasets whose names match ADAM datasets names. diff --git a/R/join_key.R b/R/join_key.R index da181d582..4e4907597 100644 --- a/R/join_key.R +++ b/R/join_key.R @@ -1,7 +1,6 @@ #' Create a relationship between a pair of datasets #' #' @description -#' `r lifecycle::badge("stable")` #' #' Create a relationship between two datasets, `dataset_1` and `dataset_2`. #' By default, this function establishes a directed relationship with `dataset_1` as the parent. diff --git a/R/teal_data-constructor.R b/R/teal_data-constructor.R index 2c308f723..30f6a1597 100644 --- a/R/teal_data-constructor.R +++ b/R/teal_data-constructor.R @@ -1,7 +1,6 @@ #' Comprehensive data integration function for `teal` applications #' #' @description -#' `r lifecycle::badge("stable")` #' #' Initializes a data for `teal` application. #' diff --git a/man/cdisc_data.Rd b/man/cdisc_data.Rd index 7ce24d5aa..c9a161bd1 100644 --- a/man/cdisc_data.Rd +++ b/man/cdisc_data.Rd @@ -27,8 +27,6 @@ Use \code{\link[=verify]{verify()}} to verify code reproducibility.} A \code{teal_data} object. } \description{ -\ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#stable}{\figure{lifecycle-stable.svg}{options: alt='[Stable]'}}}{\strong{[Stable]}} - Function is a wrapper around \code{\link[=teal_data]{teal_data()}} and guesses \code{join_keys} for given datasets whose names match ADAM datasets names. } diff --git a/man/join_key.Rd b/man/join_key.Rd index d4994190a..6b4a2a675 100644 --- a/man/join_key.Rd +++ b/man/join_key.Rd @@ -30,8 +30,6 @@ a parent-child relationship between the datasets. object of class \code{join_key_set} to be passed into \code{join_keys} function. } \description{ -\ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#stable}{\figure{lifecycle-stable.svg}{options: alt='[Stable]'}}}{\strong{[Stable]}} - Create a relationship between two datasets, \code{dataset_1} and \code{dataset_2}. By default, this function establishes a directed relationship with \code{dataset_1} as the parent. If \code{dataset_2} is not specified, the function creates a primary key for \code{dataset_1}. diff --git a/man/teal_data-class.Rd b/man/teal_data-class.Rd index d046b4bd3..a232a40ca 100644 --- a/man/teal_data-class.Rd +++ b/man/teal_data-class.Rd @@ -36,19 +36,4 @@ proven to yield contents of \verb{@.xData}. Used internally. See \code{\link[=verify]{verify()}} for more details.} }} -\section{Code}{ - - - -Each code element is a character representing one call. Each element is named with the random -identifier to make sure uniqueness when joining. Each element has possible attributes: -\itemize{ -\item \code{warnings} (\code{character}) the warnings output when evaluating the code element. -\item \code{messages} (\code{character}) the messages output when evaluating the code element. -\item \code{dependency} (\code{character}) names of objects that appear in this call and gets affected by this call, -separated by \verb{<-} (objects on LHS of \verb{<-} are affected by this line, and objects on RHS are affecting this line). -} - -} - \keyword{internal} diff --git a/man/teal_data.Rd b/man/teal_data.Rd index e7cf04588..c830be15a 100644 --- a/man/teal_data.Rd +++ b/man/teal_data.Rd @@ -29,8 +29,6 @@ Use \code{\link[=verify]{verify()}} to verify code reproducibility.} A \code{teal_data} object. } \description{ -\ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#stable}{\figure{lifecycle-stable.svg}{options: alt='[Stable]'}}}{\strong{[Stable]}} - Initializes a data for \code{teal} application. } \details{ From 9767bd73efeed28300168cffd73752f7711cb95f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:57:58 +0000 Subject: [PATCH 2/3] [skip roxygen] [skip vbump] Roxygen Man Pages Auto Update --- man/teal_data-class.Rd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/man/teal_data-class.Rd b/man/teal_data-class.Rd index a232a40ca..d046b4bd3 100644 --- a/man/teal_data-class.Rd +++ b/man/teal_data-class.Rd @@ -36,4 +36,19 @@ proven to yield contents of \verb{@.xData}. Used internally. See \code{\link[=verify]{verify()}} for more details.} }} +\section{Code}{ + + + +Each code element is a character representing one call. Each element is named with the random +identifier to make sure uniqueness when joining. Each element has possible attributes: +\itemize{ +\item \code{warnings} (\code{character}) the warnings output when evaluating the code element. +\item \code{messages} (\code{character}) the messages output when evaluating the code element. +\item \code{dependency} (\code{character}) names of objects that appear in this call and gets affected by this call, +separated by \verb{<-} (objects on LHS of \verb{<-} are affected by this line, and objects on RHS are affecting this line). +} + +} + \keyword{internal} From ee73ebb1756a0ac533a6ef43492b92a59278dfa4 Mon Sep 17 00:00:00 2001 From: m7pr Date: Mon, 11 Aug 2025 16:27:33 +0200 Subject: [PATCH 3/3] Empty-Commit