Skip to main content

StatET 4.10 – New and Noteworthy

For further information about the release see the release page for StatET 4.10.0.

General

Requirements (Java 21) Like many other tools for the Eclipse IDE 2024-09, StatET 4.10 requires a Java runtime environment (JRE) version 21 or greater (the Eclipse IDE installer and packages already include an appropriate runtime environment).

Excluded from this is the RJ library, thus RJ/RServi or the RJ based R console in the IDE are still working with Java 17.

R 4.4 StatET 4.10 provides support for R 4.4.

R Editor

Quick Assist – Convert to '%||%' The new quick assist Convert to '%||%' quickly transforms a if-not-null-else statement to a short statement with the operator %||%, which was added in R language 4.4.

And there is also assistance for the conversion in the opposite direction.

Remote Console

Web Browser The R remote console now offers the option to open a local web browser when using browseURL or other functions that utilize the option 'browser' in R.

RJ / RServi Development Library

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

Back to the top