With v0.2.1 of the quarto-webr extension, the focus has been on improving the development experience and making it easier to get started with the extension. We’ve added a GitHub actions website deployment workflow to generate sample pages and a devcontainer.json for development on GitHub Codespaces as well as in VS Code.
For more details on the changes, please see the news entry below
quarto-webr news file entry for version 0.2.1 (2023-08-17)
Bug fix
- Attempted to resolve missing service workers for published Quarto webR enabled documents on https://quarto.pub
Deployment
- Added a GitHub actions website deployment workflow to generate sample pages.
- Added a
devcontainer.jsonfor development on GitHub - Added a script to update the version of Quarto used inside of the
devcontainer.json.