Graphic with Posit AI branding over a background of R code layered on an aerial forest landscape. Large headline text reads: “AI, embedded in RStudio. No more context switching.”
Meet Posit AI.
Built for data scientists who want AI inside their RStudio workflow.
Instead of black-box suggestions, Posit AI helps generate code you can inspect, understand, and rerun.
Learn more:
posit.co/products/ai?...
06.03.2026 20:40
👍 25
🔁 4
💬 2
📌 4
mirai/dev/skills at main · r-lib/mirai
Minimalist Async Evaluation Framework for R. Contribute to r-lib/mirai development by creating an account on GitHub.
New: mirai skill for AI coding agents 🤖
Use with Claude Code/Codex/Cursor for writing async/parallel R code. Covers explicit dependency passing, daemon setup, mirai_map, Shiny integration ++
Install:
npx skills add posit-dev/skills --skill mirai
github.com/shikokuchuo/mirai/tree/main/dev/skills
06.03.2026 20:45
👍 11
🔁 4
💬 1
📌 0
Should be fixed now! Reticulate needed some internal updates for pandas 3.
16.02.2026 23:36
👍 1
🔁 0
💬 0
📌 0
A graphic for Posit featuring a hexagonal sticker with a camel carrying boxes and "yaml12" text, over a blue wave background.
Announcing yaml12: High-speed YAML 1.2 for #RStats & #Python 🐫
Built entirely in Rust, get up to 2x faster in R and 50x faster in Python vs. defaults, tag evaluation (like code execution) is opt-in, and strict YAML 1.2 compliance for consistent data.
Learn more: tidyverse.org/blog/2026/01...
04.02.2026 15:23
👍 22
🔁 4
💬 0
📌 0
It really varies by institution and PI, everyone has their own slight spin on it. This seems like a pretty good starting point that covers the basics well (at least, for a wet-lab context) biotechnology.rutgers.edu/sites/defaul...
03.02.2026 22:18
👍 4
🔁 0
💬 0
📌 0
quickr recently gained support for OpenMP!
Just add a `declare(parallel())` above a `for` or `sapply()`!
github.com/t-kalinowski...
28.01.2026 23:24
👍 7
🔁 1
💬 1
📌 1
ragnar 0.3.0
The new release of ragnar adds faster ingestion, new embedding providers, improved retrieval, and new integrations for using ragnar stores from tools.
ragnar 0.3.0 is now on CRAN! 🚀 An R toolkit for RAG from your docs: faster ingestion, better retrieval, Azure OpenAI + Snowflake embeddings, and MCP serving. tidyverse.org/blog/2026/01...
#rstats #rag #ai
27.01.2026 17:30
👍 29
🔁 8
💬 1
📌 0
One pattern I've seen that intuitively makes sense: first ask the llm to generate a draft response, *then* ask it to retrieve documents and fact-check itself, ask if it needs to revise the answer in light of new info, then deliver the final answer.
20.01.2026 17:47
👍 2
🔁 0
💬 1
📌 0
I agree “looking at code” is squishy. Better code quality is an inevitable byproduct of diligent review, but the key part IMO is it is about continuously reality checking the produced artifact against your intent. It’s the only reliable way to detect when things are going off the rails.
19.01.2026 02:27
👍 1
🔁 0
💬 0
📌 0
When he (proudly!) stopped looking at the code.
19.01.2026 02:08
👍 1
🔁 0
💬 1
📌 0
I think it’s when you stop looking at and making effort to understand (and improve!) the code that things go off the rails past a certain size. You have to pay attention and care!
19.01.2026 01:55
👍 1
🔁 0
💬 1
📌 0
Yes! Performance is very similar between the R and Python interfaces!
08.01.2026 16:53
👍 2
🔁 0
💬 0
📌 0
Not sure, I’d have to profile it to know. My first guess is that the way extendr protects allocated objects adds some overhead, and if that’s the case, we could probably find a better approach in yaml12.
08.01.2026 16:43
👍 0
🔁 0
💬 0
📌 0
Some highlights:
- 100% passing on the comprehensive YAML test suite: github.com/yaml/yaml-te...
- In simple-use benchmarks, compared with the most commonly used packages, yaml12 is ~2× faster in R and >=50× faster in Python:
posit-dev.github.io/r-yaml12/art...
posit-dev.github.io/py-yaml12/be...
07.01.2026 20:05
👍 1
🔁 0
💬 1
📌 0
Shiny for R v1.12 is here with built-in OpenTelemetry support! 🎉
Trace sessions and reactive calculations in production with zero code changes. Just install {otel}/{otelsdk} and set your env vars.
Learn more: shiny.posit.co/blog/posts/s...
#RStats #RShiny #OpenTelemetry
10.12.2025 21:08
👍 26
🔁 8
💬 0
📌 1
I updated the gist with comments! In short: it configures the container with everything needed to let the agent run `devtools::test()` for the local R package within the container setup time limit. It installs R, configures CRAN, installs pkg dependencies, sets some env vars, etc.
12.11.2025 23:28
👍 1
🔁 0
💬 1
📌 0
I'd love to know what we can do to make this better! We've put a lot of work into making environment discovery "just work" with `py_require()` recently, but if you're still running into issues then our work is not done!
12.11.2025 20:43
👍 1
🔁 0
💬 1
📌 0
reticulate v1.44 is on CRAN!
Positron integration is now enabled by default. Enjoy R and Python REPL consoles powered by concurrent threads in the same process, zero‑copy R↔Python data transfer, and full Variables Pane support.
Full changelog: github.com/rstudio/reti...
#rstats #python #pydata
25.10.2025 15:37
👍 50
🔁 11
💬 2
📌 0
quartohelp/R/store.r at main · t-kalinowski/quartohelp
A ragnar-powered application. Contribute to t-kalinowski/quartohelp development by creating an account on GitHub.
Another option is to distribute it via github as a release asset. This would download the store at first use instead of at package install.
Here is an example:
github.com/t-kalinowski...
24.10.2025 03:22
👍 1
🔁 0
💬 1
📌 0
The {ragnar} #RStats 📦 has a new function to inspect a data store: ragnar_store_atlas() , which visualizes the store, @t-kalinowski.bsky.social tells #Positconf2025
18.09.2025 16:47
👍 12
🔁 1
💬 0
📌 0
Sharon's Workshop for Ukraine
Help medics save lives in Ukraine. Learn a skill or sponsor a student & support a cause.
My Workshop for Ukraine is THIS THURSDAY, 11 Sept! Donate to help medics save lives in Ukraine *and* learn how to query text data with R and the {ragnar} #RStats 📦
Can't make it from noon to 2 ET? Register and you'll get access to recording and materials. Thank you! ❤️
www.machlis.com/workshop/
06.09.2025 16:18
👍 3
🔁 3
💬 0
📌 0