Elektrine lite

← Feed

George Stagg

gws@fosstodon.org

<p>Software Engineer @ Posit working on Open Source &amp; AI. Maths. Physics. I like making things.</p>

Posts

  • Post #1692057

    Yesterday we announced the alpha release of #ggsql 🎉 In celebration, here is a ggsql plot for #TidyTuesday Week 16 of 2026, using a dataset on global health spending! 💰 ggsql source: https://gist.github.com/georgestagg/0fac879ad994220cc164a22b668f040f More about ggsql at: https://ggsql.org

  • Post #1565900

    RE: https://fosstodon.org/@thomasp85/116437101792363952 I&amp;#39;ve been working on this over the last few months and in my opinion it is just beyond cool. Grammar of graphics for SQL users! You can play with interactive examples at ggsql.org, and get up and running by installing ggsql and its Positron extension. We&amp;#39;ve focused on working with the duckdb SQL engine to start with, so it&amp;#39;s super easy to visualise data from CSV, parquet, and other files without having to start a R...

  • Post #760568

    webR 0.5.4 has been released! Some new updates include sharing URLs for the webR app, filesystem support for JupyterLite 0.6, and an upgrade to the Emscripten runtime. Read all about it in my latest post on the tidyverse blog: https://www.tidyverse.org/blog/2025/07/webr-0-5-4/

  • Post #760562

    Thanks to some joint work with @jeroenooms the latest dev build of webR now supports the {curl} package, along with many other packages that rely on it! 🎉 If you&amp;#39;re able and willing to use a WebSocket SOCKS proxy (outside of the browser), you can now use {curl} to make HTTPS requests in webR. Here&amp;#39;s an example using an R package that relies on {httr2} to query a Hacker News API: https://webr.r-wasm.org/latest/#code=eJydUctKxDAUBZf9ijAITbC2PsbNYEFdC8qIoIiUTHvbqaZJyc08uvYL%2FAd3%...

  • Post #760561

    @djnavarro Whenever floating point reproducibility comes up there are always two types of comment: “IEEE 754 floating point is deterministic and this is a solved problem” and “floating point is inherently inexact and consistency is impossible”. And the statements are made with such strong belief from both sides! Of course with differing BLAS, compiler and libraries the truth is somewhere in the middle, but the subtleties are hidden until you dive into the weeds and actually try it.

  • Post #760559

    PSA for anyone starting to use #wasm #webR to share R code snippets: We have a new short URL for the webR app: https://webr.sh!