#webr — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #webr, aggregated by home.social.
-
What's the current state of remote parquet-querying tools (duckdb, arrow, maybe polars) and WebR? That is, if I want a WebR/Shinylive app to query a remote parquet file and only transfer the query results? Or is the way to go, say, loading duckdb's WASM build and have a shiny call it via eval_js? Any examples?
-
This IS the droid you're looking for.
webRoid v1.0.0: a nearly full-featured R environment running natively on your Android phone or tablet.
Console, editor, plots, packages, 9 themes:no server, no cloud, no Jedi mind tricks. Just R on your device.
Tested extensively on emulators. Your actual device? The Force is strong, but no promises.
https://play.google.com/store/apps/details?id=com.webroid.app
-
webRios started as "what if #rstats just worked on your iPhone or iPad" and now it has a whole documentation site. Feels like the app grew up a little today.
-
Uh-oh, these might be the droids you're looking for...
The number one request after every webRios demo was Android support. Early stage, but we have a working R console inside a native Android view.
-
webRios v1.1 is in the queue. Soon. #rstats #webR #iOS #AppUpdate
-
webRios v1.1 is in the queue. Soon. #rstats #webR #iOS #AppUpdate
-
webRios v1.1 is in the queue. Soon. #rstats #webR #iOS #AppUpdate
-
webRios is live. #rstats on your iPhone and iPad.
I showed native R compilation on #iOS last week. Shipping it is another story (thanks, GPL). This version uses #webR 's #WebAssembly build instead. Different tradeoffs, but this one clears App Review.
-
{webrarian} walked so {pyrarian} could... also walk? Ported #webr 's 4-panel editor to Pyodide. Already loading pandas and plotting with matplotlib in the browser. The librarians are going multilingual.
-
Oh joy, #WebR is here to let you run #R #in your #browser, as if #JavaScript wasn't complicated enough already! 🖥️ Let's take a detour into this never-ending list of #modules, because who doesn't love a good module channel message payload proxy queue RMain RObject? 🤯 Thanks WebR, now we can finally plot our bad life choices in real-time! 📉😂
https://docs.r-wasm.org/webr/latest/ #plotting #HackerNews #ngated -
WebR - R in the Browser
https://docs.r-wasm.org
#rstats #webr #wasm -
Where should you run LLM-generated code to ensure it's both safe and scalable? And why did we move from a cool in-browser WebAssembly approach to boring, yet reliable, cloud computing?
Our AI chart generator taught us that running R in the browser with WebR, while promising, created practical issues with user experience and our development workflow. Moving the code execution to AWS Lambda proved to be a more robust solution.
https://quesma.com/blog-detail/sandboxing-ai-generated-code-why-we-moved-from-webr-to-aws-lambda
-
Step 1: Write R code
Step 2: Share it
Step 3: Spend 2 hours helping someone install R and troubleshoot their environmentOR
Step 1: Write R code
Step 2: webR sharelinkStep 3: Profit ✨
-
What is this? An R editor for ants?
@examplesWebR now goes full-screen because your data viz deserves better than a cramped iframe!
Click "Full-width" → no more squinting
Try it: https://rd.thecoatlessprofessor.com/webr-in-pkgdown/reference/residual_surrealism.html
-
Shoutout to @gws for another webR REPL update:
1. Shared code now auto-runs when you click links (by adding &a parameter to end of code=)
2. Choose your view: editor, plot, terminal, or files with ?mode='editor-plot' -
Experimenting with `@examplesWebR` - a new #roxygen2 tag that makes #rstats package examples interactive!
Instead of static code blocks, users get "View in webR REPL" buttons that open examples in their browser or the embedded webR REPL. No R installation needed!
Still WIP (🚧 ) since the main challenge is distributing dev packages for #webR (non-CRAN versions).
Would love input on the best approach! Here or:
-
#webR now has shareable links! Just like #Shinylive's editor, you can instantly share #rstats code snippets with colleagues.
Thanks to @gws (webR creator) for adding this awesome feature to webR Latest (0.5.4-dev)!
-
{quarto-webr} v0.4.3 "Bumpity Bump" is now available - a maintenance release that bumps to R 4.5.1 by default (via webR 0.5.2).
-
I compiled a basic list of packages that aren't readily WASM/WebR/shinylive compatible in a notebook here: https://github.com/multimeric/WebrMissing.
-
New maths/art blog post! Partly with the goal of demonstrating how awesome #webR is.
I describe making carpet patterns like the image attached, with all of the code running in the browser so you can generate random outputs, change parameters etc.
https://georgemsavva.github.io/creativecoding/posts/modular/
Even runs perfectly well on my crappy phone! It's going to be interesting to see how this alters stats education, reporting etc.
-
I wrote a tool to convert a #SkyVector flight plan into a #GoogleEarth movie tour, to help prep for VFR cross-country flights. Free to use at jhchou.github.io/flight_plan_... Runs fully in the client from GitHub Pages thanks to the magic of #rstats, #webr and #shinylive. #aviation #studentpilot
-
New on my blog: Adding Multiple choice quiz to #QuartoLive Tutorials
I was working with #Webr interactive code chunks for tutorials, and I wanted to add a multiple-choice quiz, as we have with the learnr package.
Here is my "home made" solution: https://yabellini.netlify.app/blog/2024-09-29-quarto_live_quiz/
If you have a better way, I will be grateful to learn.
-
New on my blog: Adding Multiple choice quiz to #QuartoLive Tutorials
I was working with #Webr interactive code chunks for tutorials, and I wanted to add a multiple-choice quiz, as we have with the learnr package.
Here is my "home made" solution: https://yabellini.netlify.app/blog/2024-09-29-quarto_live_quiz/
If you have a better way, I will be grateful to learn.
-
New on my blog: Adding Multiple choice quiz to #QuartoLive Tutorials
I was working with #Webr interactive code chunks for tutorials, and I wanted to add a multiple-choice quiz, as we have with the learnr package.
Here is my "home made" solution: https://yabellini.netlify.app/blog/2024-09-29-quarto_live_quiz/
If you have a better way, I will be grateful to learn.
-
New on my blog: Adding Multiple choice quiz to #QuartoLive Tutorials
I was working with #Webr interactive code chunks for tutorials, and I wanted to add a multiple-choice quiz, as we have with the learnr package.
Here is my "home made" solution: https://yabellini.netlify.app/blog/2024-09-29-quarto_live_quiz/
If you have a better way, I will be grateful to learn.
-
New on my blog: Adding Multiple choice quiz to #QuartoLive Tutorials
I was working with #Webr interactive code chunks for tutorials, and I wanted to add a multiple-choice quiz, as we have with the learnr package.
Here is my "home made" solution: https://yabellini.netlify.app/blog/2024-09-29-quarto_live_quiz/
If you have a better way, I will be grateful to learn.