Hero.
07.10.2025 21:36 β π 0 π 0 π¬ 0 π 0@jkirincic.bsky.social
Data Science & Data Engineering
Hero.
07.10.2025 21:36 β π 0 π 0 π¬ 0 π 0You have a handful of options to try. The package {duckdb}βs already been mentioned, and is good. Thereβs a similar package {duckplyr} that also works well. The {arrow} package is also great for reading in large amounts of CSVs.
07.10.2025 02:17 β π 1 π 0 π¬ 0 π 0Sick find. Thanks, G!
30.09.2025 20:31 β π 1 π 0 π¬ 0 π 0August 2025's Top 40 picks are out, highlighting excellent #RStats packages from Differential Privacy to Toxicology to Causal Inference.
This marks 1 year of Top 40 posts since we started R Works! π
Check out the post here: rworks.dev/posts/august...
I am super hyped to finally share the first release of plumber2 with all of you. This has been the center of my attention for a big part of 2025 and I hope you'll find it a worthy update to the venerable plumber package.
The blog post will tell you more
#rstats
If youβre in RStudio, I think {ellmer} offers the most flexibility. You can start a live chat session in the viewer pane if you donβt want to switch between the IDE and your browser. You can also interact with LLMs programmatically.
23.09.2025 19:59 β π 1 π 0 π¬ 0 π 0If you were thinking about #ducklake in #rstats here is a blogpost that can help you get started.
21.09.2025 05:42 β π 18 π 3 π¬ 0 π 0Come find me at #PositConf2025 this week... when I'm not peopled out and hiding in my room π
TOTALLY urelated: {stbl} 0.2.0 is on CRAN! stbl.api2r.org
Want to make sure functions arguments have the expected properties (or fail informatively)? {stbl} can help!
#RStats
This building is huge!
16.09.2025 15:35 β π 1 π 0 π¬ 0 π 0Itβs the hydra we learn to love.
16.09.2025 12:43 β π 1 π 0 π¬ 0 π 0Yep, still here!
16.09.2025 00:07 β π 1 π 0 π¬ 0 π 0A poster for posit::conf(2025) that says βIβm speaking at posit conf 2025.β
At posit::conf(2025) this week, Iβll be giving a talk about optimizing REST API performance. If making fast web services even faster is your thing, this talkβs for you. Weβll focus on APIs written in R with {plumber}, but the strategies can be used with APIs written in any language. #rstats #python
15.09.2025 21:55 β π 4 π 1 π¬ 0 π 0yessssss, arm64 linux binaries in posit package manager!! #rstats packagemanager.posit.co/client/#/wha...
12.09.2025 18:38 β π 34 π 6 π¬ 1 π 0Are you an RStudio user thinking about trying Positron? We put together some resources to help with the transition.
Learn how to import your keybindings and handle projects while gaining a more flexible environment for both #RStats and Python.
Check out the guide: positron.posit.co/migrate-rstu...
David Kreitmeir and I published the synthetic matching method from Kreitmeir et al. (2025) as an #rstats package on CRAN (cran.r-project.org/package=synt...). Whereas my other recent R packages are primarily wrappers of my C++ code, synthReturn is a full R package (Fortran only in dependencies).
09.09.2025 00:45 β π 6 π 2 π¬ 1 π 0Hella stoked about this!
08.09.2025 18:23 β π 1 π 0 π¬ 0 π 0This is exactly what I love about #rstats:
A pain point for many in the community (rJava is notoriously difficult to install)
Developers finding ways to solve it, in turn helping out with so many downstream projects
This week on What's New in R, we're featuring:
β
{truffle}, developed by Ian Hussey, for creating messy teaching datasets
β
{sasquatch} by Ryan Zomorrodi for integrating SAS with R
β
Databot β a new AI assistant for exploratory data analysis
Read the issue: buff.ly/jlPnl4b
#rstats
tidyverse blog: mirai 2.5.0
www.tidyverse.org/blog/2025/09...
This milestone release delivers enhanced observability through OpenTelemetry, reproducible parallel RNG, and key user interface improvements.
Weβve also packed in twice as many changes as usual!
#Rstats #tidyverse
βVibe my database!β
He cries, a silent answer
Of empty records
#haiku
his devops weak, marketing pretty
thereβs βno recordsβ in his db already
vibe spaghetti
but the chatbot claims all is steady
heβs talking to replit, screaming βmy website is downβ
and the techbro hubris rings so loud
heβs trying to CODE FREEZE but the support wonβt help out
My boss: Can't you get Copilot to validate the info in the spreadsheet?
Me: Well, do we want it to be accurate or not? Because either I check it myself or I ask Copilot and then check its output *and* the spreadsheet, so...
Boss: What's the point of Copilot then?
Me: Exactly.
#RStats #C #assembly gurus
Would be great to get rdyncall back on CRAN github.com/hongyuanjia/... i.e allowing R to be a lowkey systems programming language without the usual C API boilerplate
tidyverse blog: Breaking down language barriers in data science
nanonext is a messaging and concurrency toolkit, connecting R to polyglot data science pipelines involving modules written in Python, Rust, Go and C++ etc.
www.tidyverse.org/blog/2025/09...
#RStats #tidyverse
#r2u: Fast. Easy. Reliable. Pick All Three.
New (quick) demo (on new machine with fast(er) disk): Install the whole of the `tidyverse` in _nine seconds_ including all dependencies thanks to #r2u. #rstats
More as usual at eddelbuettel.github.io/r2u
The July 2025 Top 40 New CRAN #RStats Packages blog post is now out!
Check out great picks from @revojoe.bsky.social in 13 categories, including Causal Inference, Ecology, Mathematics, Medical Statistics, Pharma, Statistics, and Visualization.
rworks.dev/posts/july-2...
Slides from my #rstats talk βMeasuring LLM Effectivenessβ at #dataconfAI with @simonpcouch.com.
topepo.github.io/2025_NYR/
Video in about a month.
Great conference!
tiny ( <400loc) implementation of Gemma3 270M using torch for #rstats
github.com/mlverse/minh...
Includes support for loading weights from hugging face hub.
tok is back on CRAN! tok is @hf.co tokenizers for #rstats. It uses the same Rust libray as the python interface. It's pretty fast and fully compatible with tokenizers.json available on hub.
See the release notes:
github.com/mlverse/tok/...