Skip to content

Commit

Permalink
#YOLO
Browse files Browse the repository at this point in the history
rwasm bumped the compilation toolchain over to R v4.4; but, webR's latest release is pinned to v0.3.3, which has v4.3.3.
  • Loading branch information
coatless committed Jun 11, 2024
1 parent e59bd68 commit a59ed96
Showing 1 changed file with 2 additions and 2 deletions.
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 = "0.3.3"
local baseVersionWebR = "latest"

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

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

0 comments on commit a59ed96

Please sign in to comment.