diff --git a/man/downloadButton.Rd b/man/downloadButton.Rd index b92a10eab..621971cae 100644 --- a/man/downloadButton.Rd +++ b/man/downloadButton.Rd @@ -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")}.} diff --git a/man/plotPNG.Rd b/man/plotPNG.Rd index d421d0b52..bd2def071 100644 --- a/man/plotPNG.Rd +++ b/man/plotPNG.Rd @@ -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. }