mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@dda744a99a 🚀
This commit is contained in:
parent
6ffc85343a
commit
3a2ff7ad83
192 changed files with 581 additions and 536 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.5</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">26.3.6</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/v26.3.5/NEWS.md" class="external-link"><code>NEWS.md</code></a></small>
|
||||
<small>Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/v26.3.6/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.6" id="freesearchr-2636">FreesearchR 26.3.6<a class="anchor" aria-label="anchor" href="#freesearchr-2636"></a></h2>
|
||||
<p><em>FIX</em> Plot single variable in Likert plot.</p>
|
||||
<p><em>FIX</em> Horizontal stacked plot crashed. Fixed!</p>
|
||||
</div>
|
||||
<div class="section level2">
|
||||
<h2 class="pkg-version" data-toc-text="26.3.5" id="freesearchr-2635">FreesearchR 26.3.5<a class="anchor" aria-label="anchor" href="#freesearchr-2635"></a></h2>
|
||||
<p><em>FIX</em> Labelled categorical variables were not handled correctly importing from REDCap resulting in lost labels. Fixed!</p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## FreesearchR 26.3.6
|
||||
|
||||
*FIX* Plot single variable in Likert plot.
|
||||
|
||||
*FIX* Horizontal stacked plot crashed. Fixed!
|
||||
|
||||
## FreesearchR 26.3.5
|
||||
|
||||
*FIX* Labelled categorical variables were not handled correctly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue