George Stagg
George Stagg
Interesting! No, I have not seen that error before. I think I will need to reproduce so as to learn more. Your demo website seems to be working for me...
Still no assertion error here, but I've reopened so we can track this.
I have a hunch that this is related to CloudFront caching of webr.r-wasm.org and mismatched versions of the webR TypeScript library and the R.bin.wasm WebAssembly binary being used together, but...
> Can github packages be installed? No, R packages with compiled code must be compiled for Wasm, which requires a WebAssembly and webR development environment. This is not currently possible...
I don't think shimming is required here. Right now, you can use ```r available.packages(repos=getOption("webr_pkg_repos")) ``` As shown in above command, an option setting the default webR package repo exists but...
> is there a way to specify a version too? Not right now, no. The webR binary repo at repo.r-wasm.org only concerns itself with the latest version of packages. The...
Yes, we will definitely want to handle `utils::browseURL()` at some point. I am unsure as of yet whether it's better to handle this through patching R's source or shimming using...
Agreed. I recognise that the error output is sometimes extremely bare, particularly when using `evalR()` functions directly rather than the R console. We'll look into the possibility of providing more...
At the very least, we should support `View()` for showing data frames in a cell-based format. Also related to #295.
The `nloptr`/`lme4` packages are being tracked in r-wasm/rwasm#31.