Skip to main content

StatET 4.6 – New and Noteworthy

For other information about the release see the release page for StatET 4.6.0.

General

R 4.2 StatET 4.6 provides support for R 4.2 including adaptations for changes in R help and the configuration and start of the R console.

R Editor

Pipe Placeholder The placeholder _ for pipe expressions was added to the R language 4.2 and is supported by the R parsers and tools in StatET now. Above all it appears in the code syntax highlighting and validation in the R editor and console:

The command Open Declaration (F3), executed on a pipe placeholder, sets the selection to the pipe input expression the placeholder stands for.

Quick Assist – Convert to Forward Pipe The quick assist Convert to Forward Pipe additionally supports the refactoring of a function call into a forward pipe expression with the selected named argument as left-hand side of the pipe and using the placeholder in the right-hand side.

RJ / RServi Development Library

Changes For new and noteworthy items of the RJ/RServi development library see its CHANGES file.

Back to the top