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.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{