Deploying to gh-pages from @ agdamsbo/FreesearchR@8c7fafe51c 🚀

This commit is contained in:
agdamsbo 2025-12-02 13:17:23 +00:00
commit 131294f901
166 changed files with 964 additions and 379 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.11.2</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.12.1</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">
@ -41,6 +41,12 @@
<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.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>
<p><em>FIX</em> Fixes a bug, where white space in code exported was removed. Now a little too many spaces are included. Fine tuning continues.</p>
<p><em>NEW</em> Easily copy code by just clicking “copy” in code blocks.</p>
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="25.11.2" id="freesearchr-25112">FreesearchR 25.11.2<a class="anchor" aria-label="anchor" href="#freesearchr-25112"></a></h2>
<p><em>NEW</em> Vignettes were moved to the <a href="https://freesearchr.github.io/FreesearchR-knowledge/" class="external-link">FreesearchR project knowledge base</a>. This was mainly to ease rendering and allow quick and easy updates as well as future translations.</p>

View file

@ -1,5 +1,17 @@
# Changelog
## FreesearchR 25.12.1
*NEW* 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.
*FIX* Fixes a bug, where white space in code exported was removed. Now a
little too many spaces are included. Fine tuning continues.
*NEW* Easily copy code by just clicking “copy” in code blocks.
## FreesearchR 25.11.2
*NEW* Vignettes were moved to the [FreesearchR project knowledge