r-wasm / webr

The statistical language R compiled to WebAssembly via Emscripten, for use in web browsers and Node.

Home Page:https://docs.r-wasm.org/webr/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem mounting glue image

tim-newans opened this issue · comments

I've set up a code editor in Kajabi (course builder site) and the code window is working as expected with base R and installing packages. However, whenever a package requires glue, it comes up with the following error:

image

Any advice on this?

Does this also happen for you on https://webr.r-wasm.org/latest/?

I am unable to reproduce the issue on my machine, so I cannot investigate further without more information. Do you see any errors in your browser's developer console? Do you have some way to provide me access to a course page showing the problem so that I may investigate further directly?

Seems like this may have been a caching issue, have come back to it after the weekend, and all seems to be running fine. Thanks for all your work on webR, I'm loving it!

a user is reporting this issue too. looks like glue is being downloaded/mounted twice..