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
If I try to install kableExtra in the webR REPL app using install(kableExtra) and then confirming that I want to try downloading it, first a bunch of packages are downloaded, and then nothing more happens:
Thank you for reporting this! It looks like this is an issue with our WebAssembly build of the FreeType library in the latest webR builds. The issue is in the symbol _ZN13FreetypeCacheC1Ev trying to call FT_Init_FreeType.
If I try to install kableExtra in the webR REPL app using
install(kableExtra)
and then confirming that I want to try downloading it, first a bunch of packages are downloaded, and then nothing more happens:The R console becomes unresponsive.
If I open the developer console, I see:
I first encountered this problem in my own code, and reproduced it using the webR REPL app as above.
The text was updated successfully, but these errors were encountered: