R

RStudio (Posit)

R
RStudio (Posit) IDE v2026.05.1

v2026.05.1+225: Suppress invisibly-returned data.table auto-print in notebooks (#17828)

Backport of #17811 to rel-golden-wattle. A notebook print override change (#16559) caused a data.table returned invisibly from a ':=' update to be auto-printed in chunks. When overrideMap() signalled suppression by returning NULL, the override fell through to data.table's own print method, re-triggering its stateful shouldPrint() and dumping the table. Return early on the suppression signal instea…

R
RStudio (Posit) IDE v2026.05.0

v2026.05.0+218: augment ignore files only when .positai/.claude exist (#17667)

augment ignore files only when .positai/.claude exist Addresses #17665. .positai and .claude were being added to .Rbuildignore, .gitignore, and svn:ignore whenever the Posit assistant was enabled (the default), even in projects that had never used AI features. Gate the augmentation on file existence and subscribe to the project file monitor to update ignore files when these directories appear mid-…