-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set webR options from within Quarto Document YAML (#13)
* Add old code cell type to check against * Add more documentation to the README file * Bump embedded workers to the 0.1.1 version * Re-write the initialization portion of WebR to allow for user-specified variables in the quarto document's meta field * Update the template file with new YAML options * Bump the extension * Fix code cell specification * Better description * Remove log diagnostics
- Loading branch information
Showing
8 changed files
with
434 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
importScripts('https://webr.r-wasm.org/v0.1.0/webr-serviceworker.js'); | ||
importScripts('https://webr.r-wasm.org/v0.1.1/webr-serviceworker.js'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
importScripts('https://webr.r-wasm.org/v0.1.0/webr-worker.js'); | ||
importScripts('https://webr.r-wasm.org/v0.1.1/webr-worker.js'); |
Oops, something went wrong.