docs: convert shinyjs doc links to plain text, remove from Suggests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
E Nelson
2026-04-28 15:32:31 -04:00
parent f737b4b7bb
commit 41dd9023f9
3 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,6 @@ Suggests:
reactlog (>= 1.0.0),
rmarkdown,
sass,
shinyjs,
showtext,
testthat (>= 3.2.1),
watcher,

View File

@@ -1245,7 +1245,7 @@ uiOutput <- htmlOutput
#' - `FALSE`: the button starts disabled and Shiny will **never**
#' automatically enable it, even after the `downloadHandler` is ready.
#' You are responsible for managing the enabled/disabled state yourself
#' (e.g., with [shinyjs::enable()] and [shinyjs::disable()]).
#' (e.g., with `shinyjs::enable()` and `shinyjs::disable()`).
#' @param ... Other arguments to pass to the container tag function.
#'
#' @examples

View File

@@ -42,6 +42,7 @@ enabled once the server has initialized the \code{downloadHandler}.
automatically enable it, even after the \code{downloadHandler} is ready.
You are responsible for managing the enabled/disabled state yourself
(e.g., with \code{\link[shinyjs:enable]{shinyjs::enable()}} and \code{\link[shinyjs:disable]{shinyjs::disable()}}).
(e.g., with \code{shinyjs::enable()} and \code{shinyjs::disable()}).
}}
\item{icon}{An \code{\link[=icon]{icon()}} to appear on the button. Default is \code{icon("download")}.}