R 4.6.0 ("Because it was There"), due April 24th 2026, introduces several notable changes to base R. Key additions include: a built-in `%notin%` operator for checking value absence (previously implemented ad hoc across many packages), a DOI added to the `citation()` output, improved `summary()` behavior for character vectors with new metrics like N.unique, N.blank, and nchar range, plus a `character.method = "factor"` option, and a `fixed = TRUE` argument for `list.files()` to match literal strings without regex escaping. Minor additions include comment support in `read.dcf()`, improved pipe-based base plotting, and C++20 as the default C++ standard. Docker and rig are suggested for testing the new version.
Table of contents
! ( values % in % collection ) ! (values %in% collection)DOI citationssummary ( character_vector, character. method = "factor" ) summary(character_vector, character.method = "factor")list. files ( ..., fixed = TRUE ) list.files(..., fixed = TRUE)Other mattersTrying out R 4.6.0See alsoSort: