George Stagg (@gwstagg) 's Twitter Profile
George Stagg

@gwstagg

Software Engineer. Mathematician. I like making things.

ID: 440405498

linkhttp://gwstagg.co.uk calendar_today18-12-2011 23:33:14

266 Tweet

1,1K Takipรงi

196 Takip Edilen

James Balamuta (@axiomsofxyz) 's Twitter Profile Photo

Ever want to add code interactivity to your #quarto or #rmarkdown lecture notes or guides for #rstats? Check out {webr} by George Stagg and Lionel Henry for editable and runnable R code. Demo: rd.thecoatlessprofessor.com/webR-quarto-deโ€ฆ Source in ๐Ÿงต

George Stagg (@gwstagg) 's Twitter Profile Photo

For those R fans waiting patiently for a version of shinylive.io for R, here is a little sneak preview of the progress we've made recently. This is a screen capture showing an editable R Shiny app, running without a Shiny server, via Shinylive and webR๐Ÿ˜€ #RStats #wasm

Jeroen Ooms (@opencpu) 's Twitter Profile Photo

webr (r-wasm) is so powerful! The r-universe node stack now provides data export links, which use webr to convert pkg datasets on-the-fly to json (via jsonlite) xlsx (via writexl), csv (via data.table), etc. Try it yourself eg: tidyverse.r-universe.dev/ggplot2 #rstats

webr (r-wasm) is so powerful!
The r-universe node stack now provides data export links, which use webr to convert pkg datasets on-the-fly to json (via jsonlite) xlsx (via writexl), csv (via data.table), etc. Try it yourself eg: tidyverse.r-universe.dev/ggplot2
#rstats
George Stagg (@gwstagg) 's Twitter Profile Photo

Yay, my #positconf2023 talk proposal was accepted! I'm super excited to get back up there and talk about how webR's JavaScript library works, and show off some of the things it can do that I believe feels like absolute magic๐Ÿช„๐Ÿ’ซ pos.it/conf

Yay, my #positconf2023 talk proposal was accepted! I'm super excited to get back up there and talk about how webR's JavaScript library works, and show off some of the things it can do that I believe feels like absolute magic๐Ÿช„๐Ÿ’ซ pos.it/conf
George Stagg (@gwstagg) 's Twitter Profile Photo

We've been having fun recently building geographic system libs (GDAL, GEOS, PROJ, ...) for Wasm. We have enough working now that several geospatial analysis and mapping R packages can be built and used in webR! Should be available in the next release ๐Ÿ˜ƒ Jupyterlite example:

We've been having fun recently building geographic system libs (GDAL, GEOS, PROJ, ...) for Wasm. We have enough working now that several geospatial analysis and mapping R packages can be built and used in webR! Should be available in the next release ๐Ÿ˜ƒ Jupyterlite example:
George Stagg (@gwstagg) 's Twitter Profile Photo

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

I really like making demos for #webR, but so far they have all been quite technical. I thought I'd try something different today and have a go at some #rstats generative #rtistry. So, here is an interactive webR demo that draws pretty Clifford attractors๐Ÿ˜€ webr-clifford-attractor.netlify.app
George Stagg (@gwstagg) 's Twitter Profile Photo

Today I'm updating the plotting docs for webR and it's so nice seeing the recent changes to its HTML canvas graphics device paying off. Letting the web browser handle text rendering is so nice. As far as I can tell everything just does what it's supposed to! #webr #rstats

Today I'm updating the plotting docs for webR and it's so nice seeing the recent changes to its HTML canvas graphics device paying off. Letting the web browser handle text rendering is so nice. As far as I can tell everything just does what it's supposed to! #webr #rstats
George Stagg (@gwstagg) 's Twitter Profile Photo

Today on โ€œthings I didnโ€™t expect to be nearly as fun as they turn out to beโ€: Intentionally breaking the text transformation matrix in a PDF renderer ๐Ÿ™ƒ

Today on โ€œthings I didnโ€™t expect to be nearly as fun as they turn out to beโ€: Intentionally breaking the text transformation matrix in a PDF renderer ๐Ÿ™ƒ
George Stagg (@gwstagg) 's Twitter Profile Photo

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 #webr #rstats

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 #webr #rstats
The R-Podcast (Eric) (@thercast) 's Twitter Profile Photo

Episode 132 of #rstats R Weekly Highlights is out! podverse.fm/episode/EO0Wl1โ€ฆ ๐Ÿ“บ Automated dashboard of R-Ladies Global YouTube feeds @ivelasq3 ๐Ÿš€ Serverless Shiny apps guide (Veerle van Leemput) โ„๏ธ Polar data library cookbook Damien Dotta h/t Michael Thomas Jon Calder

George Stagg (@gwstagg) 's Twitter Profile Photo

webR 0.2.0 has been released! ๐ŸŽ‰ This release gathers many updates over the last few months, including improved graphics, new R packages, accessibility, internationalisation, and the webR REPL app. I've written a blog post with details at tidyverse.org/blog/2023/08/wโ€ฆ #webR #RStats

George Stagg (@gwstagg) 's Twitter Profile Photo

Sneak preview time! The next version of #webR will have improved performance when loading #wasm #rstats packages, especially once they've been downloaded and cached by the browser. Here's an example showing ggplot2 loading from cache in about 1.5 seconds.