Posts
Hadley Wickham
The latest version of pkgdown automatically builds markdown files that make it easy for LLMs to use your website.
Read more ...
2025/11/06
Max Kuhn, Simon Couch, Emil Hvitfeldt, Hannah Frick
A new version of tune brings significant updates for model tuning and parallel processing.
Read more ...
2025/11/05
Hadley Wickham
This release tightens up the package by removing long-deprecated functions, making
map_chr() and predicate functions more type-safe, and requiring a newer version of carrier to make in_parallel() use easier. It also includes performance improvements to every(), some(), and none(), as well as a new getting started vignette.
Read more ...2025/11/04
Hadley Wickham
This release deprecates
str_like(ignore_case) and changes the behaviour of str_replace_all() for function replacements. It also introduces str_ilike() for case-insensitive SQL-like pattern matching, three new case conversion functions (str_to_camel(), str_to_snake(), and str_to_kebab()), and preserves names in all relevant functions.
Read more ...2025/11/04
Teun van den Brand
This post discusses one function in ggplot2:
theme(). Find out about the glamour of graphics in this deep-dive article.
Read more ...2025/10/01
Thomas Lin Pedersen
plumber2, a complete rewrite of plumber, has landed on CRAN, providing a modern, future proof solution for creating web servers in R. Read all about the new features here.
Read more ...
2025/09/23
Teun van den Brand
A new major version of ggplot2 has been released on CRAN. Find out what is new here.
Read more ...
2025/09/11
Charlie Gao
mirai - minimalist async evaluation framework for R - brings production-grade parallel and distributed computing to the ecosystem.
Read more ...
2025/09/05
Charlie Gao
nanonext is a communications and concurrency toolbox that facilitates fast, powerful and reliable data exchange in polyglot data science workflows.
Read more ...
2025/09/02
Tomasz Kalinowski
ragnar 0.2 introduces a tidy, transparent toolkit for building Retrieval-Augmented Generation (RAG) pipelines in R.
Read more ...
2025/08/20