After taking a brief break to work on releasing the {quarto-pyodide} extension, we’re back with a new release of {quarto-webr}. In version 0.4.1, we’ve focused on upgrading the embedded version of webR to v0.3.1. We’ve also added a new read-only code cell option that prevents changes to code inside of an interactive context. Lastly, we’ve documented the best practices for using data within {webr-r} code blocks.
For more details on the changes, please see the news entry below
quarto-webr news file entry for version 0.4.1 (2024-03-25)
Features
- Upgraded the embedded version of webR to v0.3.1. (#165)
read-onlyis a new code cell option that prevents changes to code inside of aninteractivecontext.
Bug fixes
- Fixed FontAwesome icons not appearing if
embed-resources: truewas set. (#95)
[!NOTE]
The
embed-resourcesoption only works if the communication channel is either"automatic"(default),"post-message", or"shared-array-buffer". Do not attempt to use it with"service-workers".
Changes
- Upgrade monaco-editor from 0.45.0 to 0.47.0 (#170)
Documentation
- Updated documentation using
plot2totinyplotdue to a name change upstream. - Added a new section on using data within
{webr-r}code blocks.