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
andwebr-serviceworker.js
files are no longer required to be present with the document under default options.
Features
- Upgraded the embedded version of webR to v0.2.2. (#96)
- Preliminary support for RevealJS.
- This requires a pre-release version of Quarto that is 1.4.502 or greater that contains an updated copy of
pandoc
. For more details, please see Issue #14.
- This requires a pre-release version of Quarto that is 1.4.502 or greater that contains an updated copy of
Bugfixes
Documentation
- Updated documentation to reflect the removal of
webr-worker.js
andwebr-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.