Deploying to gh-pages from @ agdamsbo/FreesearchR@32f299880d 🚀

This commit is contained in:
agdamsbo 2026-03-11 09:36:41 +00:00
commit 602d551a4a
179 changed files with 1527 additions and 705 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="">26.3.1</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">26.3.2</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">
@ -38,9 +38,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/v26.3.1/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="26.3.2" id="freesearchr-2632">FreesearchR 26.3.2<a class="anchor" aria-label="anchor" href="#freesearchr-2632"></a></h2>
<p><em>FIX</em> Updating factor levels always created new factor.</p>
<p><em>FIX</em> Label stripping behavior updating factors is fixed.</p>
<p><em>NEW</em> New with_labels() function (and helpers) added to allow easy preservation of labels.</p>
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="26.3.1" id="freesearchr-2631">FreesearchR 26.3.1<a class="anchor" aria-label="anchor" href="#freesearchr-2631"></a></h2>
<p><em>FIX</em> <del>Include font files for static loading without dependency on Google.</del> Kept webfonts from google as local fonts are not working for now.</p>

View file

@ -1,5 +1,14 @@
# Changelog
## FreesearchR 26.3.2
*FIX* Updating factor levels always created new factor.
*FIX* Label stripping behavior updating factors is fixed.
*NEW* New with_labels() function (and helpers) added to allow easy
preservation of labels.
## FreesearchR 26.3.1
*FIX* ~~Include font files for static loading without dependency on