diff --git a/R/get_dt_rows.R b/R/get_dt_rows.R index f572c533..b8117b17 100644 --- a/R/get_dt_rows.R +++ b/R/get_dt_rows.R @@ -6,7 +6,7 @@ #' #' @name get_dt_rows #' -#' @return (`shiny::tagList`) A `shiny` tagList. +#' @return (`shiny::tagList`) A `shiny tagList`. #' #' @examples #' library(shiny) diff --git a/README.md b/README.md index b3fd1538..8619842e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This package provides various widgets for `teal` applications. Examples include: ```r # stable versions -install.packages('teal.widgets', repos = c('https://insightsengineering.r-universe.dev', getOption('repos'))) +install.packages('teal.code') # install.packages("pak") pak::pak("insightsengineering/teal.widgets@*release") diff --git a/inst/WORDLIST b/inst/WORDLIST index fce6b7a9..660e4ef8 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -7,4 +7,3 @@ draggable funder pre repo -tagList diff --git a/man/get_dt_rows.Rd b/man/get_dt_rows.Rd index 4522c7d1..aff4dca8 100644 --- a/man/get_dt_rows.Rd +++ b/man/get_dt_rows.Rd @@ -12,7 +12,7 @@ get_dt_rows(dt_name, dt_rows) \item{dt_rows}{\code{ns()} of \code{inputId} of the variable that holds the current selected value of \code{lengthMenu}} } \value{ -(\code{shiny::tagList}) A \code{shiny} tagList. +(\code{shiny::tagList}) A \verb{shiny tagList}. } \description{ \ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#stable}{\figure{lifecycle-stable.svg}{options: alt='[Stable]'}}}{\strong{[Stable]}}