CRAN Release v0.8.28
-
Shiny applications and Shiny documents no longer include an implicit
dependency onraggwhen that package is present
in the local environment. This reverts a change introduced in 0.8.27.Shiny applications should add an explicit dependency on
ragg(usually with
alibrary("ragg")statement) to see it used byshiny::renderPlot(via
shiny::plotPNG).The documentation for
shiny::plotPNGexplains the use ofragg. (#598) -
Fix bug that prevented publishing or writing manifests for non-Quarto content
when a Quarto path was provided to thequartoargument ofwriteManifest(),
deployApp(), and related functions. -
Escape account names when performing a directory search to determine an
appropriate server. (#620)