Nicola Rennie · @nrennie
1805 followers · 722 posts · Server fosstodon.org

I really enjoyed talking about using webR for interactive teaching at the RSS conference this morning!

Slides (with webR demo) available here: teaching-with-webr.netlify.app

GitHub: github.com/nrennie/teaching-wi

📷 @Altea_Lorenzo

#rstats #webr

Last updated 1 year ago

Nicola Rennie · @nrennie
1727 followers · 709 posts · Server fosstodon.org

If you:

✅ teach statistics using R
✅ want to make your lectures more engaging
✅ would like to get students to write code in class
✅ or are curious about what webR is

then come along to the Interactive Teaching of Statistics session at the RSS Conference on Wed 6th @ 10:50 where I'll be talking about how to use webR when teaching statistics!

(ft. a live demo and a chance to try it yourself - if all goes well!)

Session: virtual.oxfordabstracts.com/#/

#rstats #webr #rssconf2023 #teaching

Last updated 1 year ago

Posit · @Posit
1717 followers · 141 posts · Server fosstodon.org

We’re thrilled to announce the release of webR 0.2.0!

This release gathers together many updates and improvements to webR over the last few months, including improvements to the HTML canvas graphics device, support for Cairo-based bitmap graphics, accessibility, and internationalization improvements, additional Wasm package support (including ), a new REPL app, and various updates to the webR developer .

Read more on the blog: tidyverse.org/blog/2023/08/web

#rstats #shiny #webr #api #tidyverse

Last updated 1 year ago

Sharon Machlis · @smach
2309 followers · 263 posts · Server masto.machlis.com

“A coming-soon version of Shinylive for R will provide a much better user experience for getting fully client-side R Shiny apps up and running . . . I believe Shinylive with webR integration will pave the way for providing a user-friendly method to build and deploy containerised R Shiny apps, running on WebAssembly.” - @gws at @Posit
tidyverse.org/blog/2023/08/web
@rstats

#rstats #rshiny #shiny #webr

Last updated 1 year ago

George Stagg · @gws
195 followers · 19 posts · Server mstdn.social

webR 0.2.0 has been released! 🎉 This release gathers many updates over the last few months, focusing on improvements to HTML canvas graphics, additional Wasm R packages, better accessibility and internationalisation, and a brand new webR REPL app. I've written a blog post with lots more details at tidyverse.org/blog/2023/08/web

#RStats #webr

Last updated 1 year ago

Jakub Nowicki · @q_nowicki
45 followers · 110 posts · Server fosstodon.org

Optimizing applications with webR is a game-changer 🤯 By leveraging browser-based computation, we witness a significant reduction in server load and enhanced responsiveness.

Dive deeper into the technical insights: appsilon.com/bringing-webr-int

#rshiny #webr #rstats

Last updated 1 year ago

George Stagg · @gws
190 followers · 16 posts · Server mstdn.social

Nothing beats drafting a blog post as a way to find bugs in your release candidate. Ah well, in any case path drawing with winding rules now works properly in webR's HTML canvas graphics device

#RStats #webr

Last updated 1 year ago

Nicola Rennie · @nrennie
1691 followers · 676 posts · Server fosstodon.org

Only one month to go until the RSS International Conference! 🎉🎉🎉

I'll be presenting at:

🎨 Tue 5th @ 11:40: Best Practices for Data Visualisation

🕸️ Wed 6th @ 10:50: Teaching statistics interactively with webR

#rstats #webr #dataviz #QuartoPub #rss2023conf

Last updated 1 year ago

Daniel E. Weeks · @StatGenDan
266 followers · 628 posts · Server fediscience.org
George Stagg · @gws
190 followers · 16 posts · Server mstdn.social

Currently updating webR's documentation for how plotting works and it's so nice seeing the recent changes to the HTML canvas graphics device paying off. Letting the web browser handle the details of text rendering is *so* nice. As far as I can tell everything just does what it's supposed to!

#RStats #webr

Last updated 1 year ago

Joe Chelladurai · @joe_chelladurai
24 followers · 15 posts · Server fosstodon.org

@transportationtalk thanks for your kind words! is amazing! big thanks to @gws, @hrbrmstr for his webR experiments and @coatless

#webr

Last updated 1 year ago

George Stagg · @gws
190 followers · 16 posts · Server mstdn.social

I really like making demos for , but so far they have all been quite technical. I thought I'd try something different today and have a go at some generative . So, here is an interactive webR demo that draws pretty Clifford attractors😀 webr-clifford-attractor.netlif

#rtistry #RStats #webr

Last updated 1 year ago

George Stagg · @gws
190 followers · 16 posts · Server mstdn.social

A little while ago I teased a video of running Shinylive apps entirely in the browser with . We're working on it, but for the moment I've setup a repo with some technical info about how this all works, targeted at brave JavaScript devs github.com/georgestagg/shiny-s

#wasm #RStats #webr

Last updated 1 year ago

François Michonneau · @fmic_
418 followers · 21 posts · Server hachyderm.io

With the latest r-universe that provides CSV, JSON, XLS, etc. for datasets in packages, you don't even need to install the package to access the data. You can read them directly from the r-universe site. It's very convenient for teaching!

It's powered by as part of the r-universe high-performance node.

HT: @jeroenooms

#rstats #webr

Last updated 1 year ago

Ethan White · @ethanwhite
1069 followers · 880 posts · Server hachyderm.io

If you want to peek behind the curtain checkout the GitHub repository that made the site github.com/weecology/tidy-tues

It's almost all (quarto.org/) & the Quarto extension (github.com/coatless/quarto-web) + just a little javascript if you want to load the data in the background.

#quarto #webr

Last updated 1 year ago

Ethan White · @ethanwhite
1069 followers · 879 posts · Server hachyderm.io

is a version of that runs in the browser. You don’t need to install R. No one needs to setup a server. It just works. Even on your phone. It works because the computation is run on your computer using Web Assembly version of R that is automatically downloaded and run when you load the site.

Take two minutes and give it a try: tidytuesday.weecology.org/

It feels like magic and is going to be huge for education and facilitating experimentation like .

#webr #rstats #tidytuesday

Last updated 1 year ago

Ethan White · @ethanwhite
1069 followers · 877 posts · Server hachyderm.io

It's , so time for another weekly data project for , and this week it's using @weecology's long-term data on mammal abundance:

github.com/rfordatascience/tid

Since it's our data and I'm really into right now (inspired by @hrbrmstr) I made it so you can participate right in the browser and learn a bit about while you're there:

tidytuesday.weecology.org/

+ +

Read on to find out more about the dataset and 🧵

#tidytuesday #rstats #webr #quarto #ftw

Last updated 1 year ago

Tope · @tope_ezia
7 followers · 276 posts · Server mstdn.social

RT @rmarkdown
🌐💻📊🔥 WebR enables users to run R code in their browser without requiring an R server to execute the code. Instead, the R interpreter runs directly on the user's device.
Check it out! 👇
docs.r-wasm.org/webr/latest/

twitter.com/i/web/status/16424

#browserbased #DataScience #rprogramming #RStats #webr

Last updated 1 year ago

Mickaël CANOUIL · @MickaelCanouil
247 followers · 333 posts · Server fosstodon.org

@ryanstraight @ElenLeFoll since there is no “learnr” for Quarto, it’s still the best tool.
This being said, “webr” has already a Quarto extension, it’s not equivalent to “learnr” but with time, something will arise in that area.
Checkout @hrbrmstr for a lot of various webr examples.

#rstats #QuartoPub #wasm #webr

Last updated 1 year ago

posit::glimpse() · @posit_glimpse
1049 followers · 99 posts · Server fosstodon.org

Both the call for talks and the opportunity scholar deadlines have been extended for posit::conf(2023)!

We would love for you to submit and hear your stories about our tools and how you use them ❤️

posit.co/blog/posit-conf-deadl

#rstats #python #webr #quarto

Last updated 1 year ago