Deploying to gh-pages from @ agdamsbo/FreesearchR@9e2ee1e402 🚀

This commit is contained in:
agdamsbo 2026-03-12 12:18:55 +00:00
commit 74c22aeba6
160 changed files with 181 additions and 174 deletions

View file

@ -38,13 +38,14 @@
<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/main/NEWS.md" class="external-link"><code>NEWS.md</code></a></small>
<small>Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/v26.3.3/NEWS.md" class="external-link"><code>NEWS.md</code></a></small>
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="26.3.3" id="freesearchr-2633">FreesearchR 26.3.3<a class="anchor" aria-label="anchor" href="#freesearchr-2633"></a></h2>
<p><em>NEW</em> option to pass global settings when running as docker or launching from R. Support for INCLUDE_GLOBALENV, DATA_LIMIT_DEFAULT, DATA_LIMIT_UPPER and DATA_LIMIT_LOWER. Described in the README.</p>
<p><em>FIX</em> faster data description function.</p>
<p>Also added a few tests to the package.</p>
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="26.3.2" id="freesearchr-2632">FreesearchR 26.3.2<a class="anchor" aria-label="anchor" href="#freesearchr-2632"></a></h2>

View file

@ -8,6 +8,8 @@ DATA_LIMIT_UPPER and DATA_LIMIT_LOWER. Described in the README.
*FIX* faster data description function.
Also added a few tests to the package.
## FreesearchR 26.3.2
*FIX* Updating factor levels always created new factor.