mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@01b48dccb5 🚀
This commit is contained in:
parent
bfa049d5d7
commit
a25784139c
161 changed files with 175 additions and 170 deletions
|
|
@ -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.2</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">26.3.3</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,12 +41,15 @@
|
|||
<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.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. Docs are missing…</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>
|
||||
<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>
|
||||
<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. Docs will follow.</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>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## FreesearchR 26.3.3
|
||||
|
||||
*NEW* 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. Docs are missing…
|
||||
|
||||
## FreesearchR 26.3.2
|
||||
|
||||
*FIX* Updating factor levels always created new factor.
|
||||
|
|
@ -9,10 +15,6 @@
|
|||
*NEW* New with_labels() function (and helpers) added to allow easy
|
||||
preservation of labels.
|
||||
|
||||
*NEW* 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. Docs will follow.
|
||||
|
||||
## FreesearchR 26.3.1
|
||||
|
||||
*FIX* ~~Include font files for static loading without dependency on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue