Deploying to gh-pages from @ agdamsbo/FreesearchR@c7b879f458 🚀

This commit is contained in:
agdamsbo 2025-06-27 09:29:20 +00:00
commit 08c39e506f
142 changed files with 558 additions and 644 deletions

View file

@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">FreesearchR</a>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.6.3</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.6.4</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
@ -37,9 +37,15 @@
<div class="row">
<main id="main" class="col-md-9"><div class="page-header">
<img src="../logo.png" class="logo" alt=""><h1>Changelog</h1>
<small>Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/v25.6.3/NEWS.md" class="external-link"><code>NEWS.md</code></a></small>
<small>Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/main/NEWS.md" class="external-link"><code>NEWS.md</code></a></small>
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="25.6.4" id="freesearchr-2564">FreesearchR 25.6.4<a class="anchor" aria-label="anchor" href="#freesearchr-2564"></a></h2>
<p>The app is now also published as a docker container. See the README for instructions. It is mainly to use for hosting the app. Work is ongoing to publish a true standalone app, preferably for both Windows and MacOS.</p>
<ul><li>
<em>FIX</em> improved plot labels.</li>
</ul></div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="25.6.3" id="freesearchr-2563">FreesearchR 25.6.3<a class="anchor" aria-label="anchor" href="#freesearchr-2563"></a></h2>
<ul><li><p><em>NEW</em> Introducing more options to evaluate missing observations. Inspired by the [visdat()] function from the {visdat} package, a specialised function has been introduced to easily visualise data classes and missing observations in the data set. This highly increases the options to visually get an overview of the data and to assess the pattern of missing data. Also under Evaluate, a comparison module has been introduced to compare the distribution of observations across variables depending on the missing vs non-missing in a specified variable.</p></li>