//
sign in
Profile
by @danabra.mov
Profile
by @dansshadow.bsky.social
Profile
by @jimpick.com
AviHandle
by @danabra.mov
AviHandle
by @dansshadow.bsky.social
AviHandle
by @katherine.computer
EventsList
by @katherine.computer
ProfileHeader
by @dansshadow.bsky.social
ProfileHeader
by @danabra.mov
ProfileMedia
by @danabra.mov
ProfilePlays
by @danabra.mov
ProfilePosts
by @danabra.mov
ProfilePosts
by @dansshadow.bsky.social
ProfileReplies
by @danabra.mov
Record
by @atsui.org
Skircle
by @danabra.mov
StreamPlacePlaylist
by @katherine.computer
+ new component
ProfilePosts









Loading...
yessssss, arm64 linux binaries in posit package manager!! #rstats packagemanager.posit.co/client/#/wha...
More #rstats + OpenTelemetry news: @schloerke.com finally got all of the async issues in {ellmer} and {shiny} sorted out and tracing now works! Here's what combining {shiny} + {ellmer} + {httr2} + {mirai} + {otel} looks like today. (All credit for the screenshots to @schloerke.com.)
We just released a blog post about something I'm very excited about: Great Docs. Post is in the *new* Posit Open Source site: opensource.posit.co/blog/2026-04... Great Docs is a #python pkg for creating beautiful Python package websites. We make it easy to use but also give you lots of options.
We’re excited to launch the Posit Open Source website! 🚀 We’ve unified 15+ years of tools, 900+ blogs, and 1,600+ videos in one place. Explore it here: opensource.posit.co Huge thanks to the team: @cwick.co.nz Greg Swinehart @hadley.nz @ivelasq3.bsky.social @jeroenjanssens.com
9mo
9mo
Announcing the Winners of the 2025 Posit Table Contest! 🏆 The data community showcased stunning work in #RStats/ #Python using gt, Reactable, and #Quarto, transforming complex data into beautiful, effective communication. Congrats to all the winners! See the innovation: posit.co/blog/2025-ta...
1mo
22d
Video
7mo
If you've ever needed to install R on Linux but couldn't find builds for your distro, we now have portable R builds for most modern Linux (Arch, non-LTS Ubuntu, Alpine, AL2023, etc) no root needed, extract anywhere, install multiple R side by side. R 4.6.0 down to 3.0.0, x86_64 + arm64. #rstats
Note: these are still experimental and you might hit some bumps, but bug reports welcome :)
Just released mori 0.1.0 on CRAN — a new R package for shared memory across processes. Parallel R no longer has to mean duplicating your dataset in every worker's RAM. opensource.posit.co/blog/2026-04... 🧵 1/3
Aaron Jacobs
I've been trying this out recently and it works great! simplifies the JavaScript <-> R communication a lot. I've updated my Shiny+React example app to use this, as another example: github.com/glin/shiny-r... #rstats
1mo
1mo
1mo
8mo
Kara Woo
Even with LLMs, I'm not sure this approach is for everyone. but if you're like me years ago, trying to jam custom JS into R and finding it horrible to develop/maintain, I think it's worth going full web dev and getting all the benefits of proper tooling + unlimited JS libraries on npm
Posit
Posit
Richard Iannone
8mo
mori is a new R package for sharing R objects across processes via OS-level shared memory. Parallel workers get zero-copy, lazy ALTREP access to the same physical pages — share once, read anywhere.
opensource.posit.co
mori: Shared memory for R objects
Greg Lin
Charlie Gao
Greg Lin
Greg Lin
Greg Lin
packagemanager.posit.co
Posit Package Manager
opensource.posit.co
Great Docs is a new documentation site generator for Python packages. It auto-discovers your API, builds a modern site with Quarto, and ships with LLM-friendly features and one-command deployment.
Introducing Great Docs: Beautiful Documentation for Python Packages