mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@a7d8fd4b36 🚀
This commit is contained in:
parent
7594f3a518
commit
06b5df9722
300 changed files with 1910 additions and 1649 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.1.2</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">26.2.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">
|
||||
|
|
@ -38,9 +38,17 @@
|
|||
<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.1.2/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.2.1" id="freesearchr-2621">FreesearchR 26.2.1<a class="anchor" aria-label="anchor" href="#freesearchr-2621"></a></h2>
|
||||
<p>This update is mainly focused on polishing, fixes and small additions to make the app more intuitive.</p>
|
||||
<p><em>NEW</em> Link on landing page to quickly go to data loading.</p>
|
||||
<p><em>NEW</em> Allow custom data set limit loading large data files, while tightening default limits. This secures the server, but also allows for unlimited use when run locally or from a custom server in a future implementation. The groundwork is place now.</p>
|
||||
<p><em>NEW</em> Hidden options and info alert when trying to analyse missing in complete dataset. The sub panel may be hidden in future iterations for this case.</p>
|
||||
<p>Updated dependencies. Updated to latest R for building and testing. Using the new Air package for code formatting.</p>
|
||||
</div>
|
||||
<div class="section level2">
|
||||
<h2 class="pkg-version" data-toc-text="26.1.2" id="freesearchr-2612">FreesearchR 26.1.2<a class="anchor" aria-label="anchor" href="#freesearchr-2612"></a></h2>
|
||||
<p>Rebuild 26.1.1</p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,24 @@
|
|||
# Changelog
|
||||
|
||||
## FreesearchR 26.2.1
|
||||
|
||||
This update is mainly focused on polishing, fixes and small additions to
|
||||
make the app more intuitive.
|
||||
|
||||
*NEW* Link on landing page to quickly go to data loading.
|
||||
|
||||
*NEW* Allow custom data set limit loading large data files, while
|
||||
tightening default limits. This secures the server, but also allows for
|
||||
unlimited use when run locally or from a custom server in a future
|
||||
implementation. The groundwork is place now.
|
||||
|
||||
*NEW* Hidden options and info alert when trying to analyse missing in
|
||||
complete dataset. The sub panel may be hidden in future iterations for
|
||||
this case.
|
||||
|
||||
Updated dependencies. Updated to latest R for building and testing.
|
||||
Using the new Air package for code formatting.
|
||||
|
||||
## FreesearchR 26.1.2
|
||||
|
||||
Rebuild 26.1.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue