shinylive 0.2.0
-
shinylive now uses shinylive web assets v0.5.0 by default, which bundles webR 0.4.0 with R 4.4.1. This update brings improved keyboard shortcuts for R users in the Shinylive editor, the ability to export a custom library of R packages with the exported app, and a few improvements to the Quarto integration. (#108)
-
export()gains anassets_versionargument to choose the version of the Shinylive web assets to be used with the exported app. This is primarily useful for testing new versions of the Shinylive assets before they're officially released via a package update. In CI and other automated workflow settings, theSHINYLIVE_ASSETS_VERSIONenvironment variable can be used to set the assets version. (#91) -
export()gainstemplate_paramsandtemplate_dirarguments to control the template HTML files used in the export, allowing users to partially or completely customize the exported HTML. The export template is provided by the shinylive assets and may change from release-to-release. Useassets_info()to locate installed shinylive assets; the template files for a given release are in theexport_templatedirectory of the release. (#96)template_paramstakes a list of parameters to be interpolated into the template. The default template includetitle(the title for the page with the exported app),include_in_head(HTML added to the<head>of the page), andinclude_before_body(HTML added just after<body>) andinclude_after_body(HTML added just after</body>).template_diris the directory containing the template files. The default is theexport_templatedirectory of the shinylive assets being used for the export. Useassets_info()to locate installed shinylive assets where you can find the default template files.
-
shinylive now uses
{cli}for console printing. Console output can be suppressed via the global R option by callingoptions(shinylive.quiet = TRUE). (#104) -
export()andassets_info()gain aquietargument. Inexport(),quietreplaces the now-deprecatedverboseoption, which continues to work with a warning. (#104)
Full Changelog: v0.1.1...v0.2.0