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

This commit is contained in:
agdamsbo 2025-12-03 21:20:13 +00:00
commit 6893cba741
157 changed files with 601 additions and 412 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.12.1</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.12.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,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/v25.12.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="25.12.2" id="freesearchr-25122">FreesearchR 25.12.2<a class="anchor" aria-label="anchor" href="#freesearchr-25122"></a></h2>
<p><em>FIX</em> Fixed hanging interface when splitting strings.</p>
<p><em>NEW</em> New option to shorten character variables to the first N words or characters. Shortening by characters could be useful working with eg. ICD-10 diagnostic codes.</p>
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="25.12.1" id="freesearchr-25121">FreesearchR 25.12.1<a class="anchor" aria-label="anchor" href="#freesearchr-25121"></a></h2>
<p><em>NEW</em> Option to edit factor label names in the “New factor” pop-up. This allows for easier naming for tables, but also to combine levels. A new variable is appended to the dataset if label names are changed. Code is now also exported.</p>