WebR – R in the Browser
11–20 of 30 posts
Re: WebR – R in the Browser
#12This is an awesome project. We recently used it to build a statically hosted EC2 instance comparison website, using this for plotting (ggplot2) and DuckDB-Wasm for querying the instance data. Only the first page load is slow b/c of all the wasm and R packages, but it's fast for interactive querying and plotting and was really easy to create.
If the URL is public, it would be neat to see if you want to share it.
Since it's now accepted, I guess I can also share the accompanying paper [1] about cloud hardware evolution; the idea is that every plot in the paper is clickable and opens an interactive version of itself. WebR was perfect for this use case.
https://www.cs.cit.tum.de/fileadmin/w00cfj/dis/papers/clouds...
Re: WebR – R in the Browser
#13Earlier quoted context omitted.
If the URL is public, it would be neat to see if you want to share it.
Sure! https://cloudspecs.fyi/ (feedback welcome!) Since it's now accepted, I guess I can also share the accompanying paper [1] about cloud hardware evolution; the idea is that every plot in the paper is clickable and opens an interactive version of itself. WebR was perfect for this use case. https://www.cs.cit.tum.de/fileadmin/w00cfj/dis/papers/clouds...
Re: WebR – R in the Browser
#14Re: WebR – R in the Browser
#15Impressive how nice this looks, and I am also impressed by how quickly it runs. I don't know who did this (could not find any "about" info), but kudos on a job well done. However: Aside from the above, and doing it "because one can", I don't understand why anyone would spend the effort to make this. R is FOSS software, if you can run a web browser, you can run R itself. R is not hard to install or maintain. Running i…
The site is running completely locally. You can disable your network in devtools and it will continue to work.
Re: WebR – R in the Browser
#16Impressive how nice this looks, and I am also impressed by how quickly it runs. I don't know who did this (could not find any "about" info), but kudos on a job well done. However: Aside from the above, and doing it "because one can", I don't understand why anyone would spend the effort to make this. R is FOSS software, if you can run a web browser, you can run R itself. R is not hard to install or maintain. Running i…
I believe it's George Stagg https://github.com/georgestagg
Re: WebR – R in the Browser
#17Would be interesting to see if we can run shiny entirely client side with this.
Re: WebR – R in the Browser
#18great that these products are finding a way, but there seems to be an opportunity to do this right.
Re: WebR – R in the Browser
#19Earlier quoted context omitted.
If the URL is public, it would be neat to see if you want to share it.
Sure! https://cloudspecs.fyi/ (feedback welcome!) Since it's now accepted, I guess I can also share the accompanying paper [1] about cloud hardware evolution; the idea is that every plot in the paper is clickable and opens an interactive version of itself. WebR was perfect for this use case. https://www.cs.cit.tum.de/fileadmin/w00cfj/dis/papers/clouds...