quarto-webr v0.3.9 Released - Zoom-Zoom!

software-releases
quarto
webr
Author

TheCoatlessProfessor

Published

November 16, 2023

And we’re back with a new update to quarto-webr version 0.3.9! We’ve released a new version of the extension that deprecated the need for webr-worker.js and webr-serviceworker.js files to be present with the document under default options. This change was made possible by the update to webR v0.2.2 and was one of the most desired feature by users of the extension. Moreover, we’ve added preliminary support for RevealJS presentations. This feature allows users to create presentations using RevealJS and embed webR code cells directly into their slide deck. It’s like having a pocket size version of R in lecture!

For more details on the changes, please see the news entry below

quarto-webr news file entry for version 0.3.9 (2023-11-16)

Breaking changes

  • With the update to webR v0.2.2, the webr-worker.js and webr-serviceworker.js files are no longer required to be present with the document under default options.

Features

quarto-webr-in-revealjs-larger

Bugfixes

  • Fix line breaks inside of code output area inside of RevealJS.
  • Fix height and presentation of the webR cell within RevealJS. (#98)
  • Fix code output class styling in RevealJS. (#100)

Documentation

  • Updated documentation to reflect the removal of webr-worker.js and webr-serviceworker.js scripts. (#59)
  • Added a section on setting global extension settings using _quarto.yml to the meta options (#46)
  • Added slide embedding CSS class alongside examples.
  • Updated GIF on the README to show the UI improvements.
  • Minor documentation tweaks.

GitHub Changelog