r-wasm / webr

The statistical language R compiled to WebAssembly via Emscripten, for use in web browsers and Node.
https://docs.r-wasm.org/webr/latest/
Other
848 stars 67 forks source link

Problem mounting glue image #361

Closed tim-newans closed 7 months ago

tim-newans commented 7 months ago

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?

georgestagg commented 7 months ago

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?

tim-newans commented 7 months ago

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!

bugzpodder commented 7 months ago

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