You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building an R WASM binary with rwasm, the latest version of the webR repo is used. This usually is fine except when the portions between R and webR release differ, e.g. R 4.4.0 != R 4.3.3.
So, when attempting to install from a custom repository via install.packages() or webr::install(), there is an issue with retrieving the R/4.3 directory as it isn't built since the R version used for the compilation is R/4.4
The text was updated successfully, but these errors were encountered:
If using r-wasm/actions, rather than building locally, the Docker container can be set using the webr-image parameter. See r-wasm/actions#22 for further info.
When building an R WASM binary with
rwasm
, the latest version of the webR repo is used. This usually is fine except when the portions between R and webR release differ, e.g. R 4.4.0 != R 4.3.3.So, when attempting to install from a custom repository via
install.packages()
orwebr::install()
, there is an issue with retrieving the R/4.3 directory as it isn't built since the R version used for the compilation is R/4.4The text was updated successfully, but these errors were encountered: