devtools::document() (GitHub Actions)

This commit is contained in:
elnelson575
2026-04-23 21:41:34 +00:00
parent bc34f3443f
commit 008efd7363
2 changed files with 3 additions and 6 deletions

View File

@@ -40,11 +40,8 @@ enabled when the \code{downloadHandler} provides a non-\code{NULL} filename.
\code{downloadHandler}.
\item \code{FALSE}: the button starts disabled and Shiny will \strong{never}
automatically enable it, even after the \code{downloadHandler} is ready.
This opt-out applies for the lifetime of the page: \code{renderValue} will
always skip the auto-enable step for this element, regardless of its
current runtime state. You are responsible for managing the
enabled/disabled state yourself (e.g., with \code{\link[shinyjs:stateFuncs]{shinyjs::enable()}} and
\code{\link[shinyjs:stateFuncs]{shinyjs::disable()}}).
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()}}).
}}
\item{icon}{An \code{\link[=icon]{icon()}} to appear on the button. Default is \code{icon("download")}.}

View File

@@ -41,7 +41,7 @@ set to \code{FALSE}), then use \code{\link[ragg:agg_png]{ragg::agg_png()}}.
\item If a quartz device is available (i.e., \code{capabilities("aqua")} is
\code{TRUE}), then use \code{png(type = "quartz")}.
\item If the Cairo package is installed (and the \code{shiny.usecairo} option
is not set to \code{FALSE}), then use \code{\link[Cairo:CairoPNG]{Cairo::CairoPNG()}}.
is not set to \code{FALSE}), then use \code{\link[Cairo:Cairo]{Cairo::CairoPNG()}}.
\item Otherwise, use \code{\link[grDevices:png]{grDevices::png()}}. In this case, Linux and Windows
may not antialias some point shapes, resulting in poor quality output.
}