blob: 684b9cd3842a1631db8c262755b5fef30c9dd7f6 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="copyright" content="Copyright (c) Eclipse contributors and others 2018, 2023."/>
<meta http-equiv="Content-Language" content="en-us"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="noteworthy.css" type="text/css"/>
<title>StatET 4.7 – New and Noteworthy</title>
</head>
<body>
<h1>StatET 4.7 – New and Noteworthy</h1>
<ul>
<li><a href="#remote">Remote Console</a></li>
<li><a href="#rj">RJ / RServi Development Library</a></li>
</ul>
<p>For other information about the release see the <a href="https://projects.eclipse.org/projects/science.statet/releases/4.7.0">release page</a> for StatET 4.7.0.</p>
<table class="news">
<colgroup>
<col class="title" />
<col />
</colgroup>
<tbody>
<tr>
<td id="remote" class="section" colspan="2">
<h2>Remote Console</h2>
</td>
</tr>
<tr id="remote-startup">
<td class="title"><a>Configuration</a></td>
<td class="content">
The startup script for remote R instances also support the configuration of the R
environment by <code>renv.properties</code> files now, as already known by the R help
server. It is possible to define different R environments and select it by a script
argument.
<p>Normally the properties file is located at <code>renvs/&lt;renv-id&gt;/</code>.
To create the file initialized with the default values of an R installation, run:</p>
<pre>R -e "rj::.renv.createConfigProperties(out= '&lt;renv-folder&gt;')"</pre>
<p>For detail see the R help for <code>.renv.createConfigProperties</code>.</p>
</td>
</tr>
<tr id="remote-ssh">
<td class="title"><a>SSH Support</a></td>
<td class="content">
The SSH support for R remote consoles is updated. By default it uses a new SSH library
(Apache MINA SSHD), which is also used by the Git integration in the Eclipse IDE (EGit).
Among other improvments, this allows to use <b>Ed25519 keys</b> for authentication.
</td>
</tr>
<tr>
<td id="rj" class="section" colspan="2">
<h2>RJ / RServi Development Library</h2>
</td>
</tr>
<tr id="rj-rservi_changes">
<td class="title"><a>Changes</a></td>
<td class="content">
For new and noteworthy items of the RJ/RServi development library see its
<a href="https://gitlab.eclipse.org/eclipse/statet/statet/-/blob/releases/4.7.0.202304060600-r/rj-Changes.md">CHANGES</a>
file.
</td>
</tr>
</tbody>
</table>
<div class="add-navi">
<p><a href="noteworthy-4.6.php" title="StatET 4.6 – New and Noteworthy">&#x25B6;&ensp;New and Noteworthy for previous release</a></p>
</div>
</body>
</html>