Posit

@posit.co

We make free, open-source software for data scientists like the RStudio IDE. We're formerly known as RStudio. You can always download our open-source IDE here. https://posit.co/download/rstudio-desktop/

The Positron Notebook Editor is out of beta and ready for all your notebook workflows! I am super proud of the work the team did to build this notebook experience from scratch. Something we decided was necessary to have a fantastic notebook experience for data science.

Posit Assistant (in RStudio server, my long term haven) is absolutely blowing my mind today @posit.co with claude I've steadily built up a dream package I wanted a long time, with pai today I'm turning into a standalone separate C++ lib with Python and R bindings built in

The architecture you pick this year decides what you can do next, for audits and for AI. Aug 4: Posit + Appsilon on building validated, enterprise-grade analytics environments on open foundations. A reference architecture, 3 real SCE builds, live Q&A. events.ringcentral.com/events/build... #rstats

Building the Enterprise-Grade SCE on Open Foundations - Aug 04 | RingCentral Events

Get tickets to Building the Enterprise-Grade SCE on Open Foundations, taking place Aug 4, 2026. RingCentral Events is your source for engaging events and experiences.

events.ringcentral.com

posit::conf(2026) has a full virtual experience: a half-day workshop, three dedicated talk tracks on Sept 14, all keynotes and sessions livestreamed Sept 15–16. New: live captioning in French, German, Italian, Portuguese, and Spanish. Register today at posit.co/conference

Can't make it to Houston? Join us virtually!

Quarto 1.10 shipped Friday. The highlights page lists one feature. The changelog lists 74. Mostly preview friction: stale pages, _brand.yml ignored until restart, format: changes needing two renders. If you work in Positron, that's your whole day. A boring release. Best kind.

"Is the data science worker the model, the data, or is it me and you?" Leilani Battle asks a question responsible data science keeps avoiding. Coming soon on The Test Set: posit.co/thetestset

I'm happy to share `ir`, a new command-line tool for running portable R scripts and Quarto documents. It's inspired by my two favorite parts of `uv`: self-describing scripts and tools you can run without installing first. opensource.posit.co/blog/2026-07...

ir 0.1.0: self-describing R scripts and Quarto documents

`ir` is a new command-line tool for running portable R scripts and rendering Quarto documents whose package requirements, and optional R selection, live inside the file itself.

opensource.posit.co

We had an amazing time at SciPy 2026 in Minneapolis! Every year we go, we know we’ve found our #Python people 🐍 Huge thanks to everyone who stopped by the Posit booth or caught sessions by Carson, Sara, Simon, and Hadley! Resources & updates will be posted here: opensource.posit.co/events/scipy...

SciPy 2026

SciPy brings together attendees from industry, academia and government to showcase their latest projects, learn from skilled users and developers, and collaborate on code development.

opensource.posit.co

We're continuing our work on {mori} the package for shared memory in #Rstats. Debuted in April, we just released 0.2.2. A patch release for technical correctness, it's a prerequisite for future work we have planned. We hope you'll try it out as we build out more features! shikokuchuo.net/mori

Shared Memory for R Objects

Share R objects across processes on the same machine via a single copy in POSIX shared memory (Linux, macOS) or a Win32 file mapping (Windows). Every process reads from the same physical pages through...

shikokuchuo.net

Today I shipped a patch version of mirai 2.7.2 with as many changes as a full version! Lower dispatch overhead for `mirai_map()` and `everywhere()` and clearer errors + many edge case fixes. These automatically translate into wins if you use parallel purrr! mirai.r-lib.org #Rstats #Tidyverse

Minimalist Async Evaluation Framework for R

Evaluates R expressions asynchronously and in parallel, locally or distributed across networks. An official parallel cluster type for R. Built on nanonext and NNG, its non-polling, event-driven archit...

mirai.r-lib.org