Skip to content

Commit

Permalink
Fix to v0.3.3 included in the quarto-webr extension
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jun 13, 2024
1 parent 499512a commit 5cf7ba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/altdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
packages: "."
repo-path: "_site"
webr-image: "ghcr.io/r-wasm/webr:v0.3.3"

# Upload the CRAN repository for use in the next step
# Make sure to set a retention day to avoid running into a cap
Expand Down
4 changes: 2 additions & 2 deletions altdoc/_extensions/coatless/webr/webr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ local hasDoneWebRSetup = false

--- Define a base compatibile version
---@type string
local baseVersionWebR = "latest"
local baseVersionWebR = "0.3.3"

--- Define where webR can be found
---@type string
local baseUrl = "https://webr.r-wasm.org/".. baseVersionWebR .."/"
local baseUrl = "https://webr.r-wasm.org/v".. baseVersionWebR .."/"

--- Define where webR service workers are located
---@type string
Expand Down

0 comments on commit 5cf7ba3

Please sign in to comment.