mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 13:29:06 +02:00
Deploying to gh-pages from @ agdamsbo/freesearcheR@7e90d38380 🚀
This commit is contained in:
parent
2190131850
commit
924774f894
45 changed files with 215 additions and 121 deletions
41
index.html
41
index.html
|
|
@ -36,6 +36,7 @@
|
|||
<div id="navbar" class="collapse navbar-collapse ms-3">
|
||||
<ul class="navbar-nav me-auto">
|
||||
<li class="nav-item"><a class="nav-link" href="reference/index.html">Reference</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="ROADMAP.html">Roadmap</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="news/index.html">Changelog</a></li>
|
||||
</ul>
|
||||
<ul class="navbar-nav">
|
||||
|
|
@ -60,42 +61,6 @@
|
|||
<p>the <strong><em>freesearcheR</em></strong>-tool is online and accessible here: <a href="https://agdamsbo.shinyapps.io/freesearcheR/" class="external-link">link to the app freely hosted on shinyapps.io</a>. All feedback is welcome and can be shared as a GitHub issue.</p>
|
||||
<p>Initiatives for funding continued development of the tool and surrounding initiatives is ongoing.</p>
|
||||
<div class="section level2">
|
||||
<h2 id="roadmap">Roadmap<a class="anchor" aria-label="anchor" href="#roadmap"></a>
|
||||
</h2>
|
||||
<p>The current state of the app is considered experimental, and a lot of things are still changing. It is, however, in a usable state, with basic functions available to the user.</p>
|
||||
<p>Below are some (the actual list is quite long and growing) of the planned features and improvements:</p>
|
||||
<ul>
|
||||
<li><p><label><input type="checkbox">Stratified analyses</label></p></li>
|
||||
<li>
|
||||
<p>Additional study designs:</p>
|
||||
<ul class="task-list">
|
||||
<li><p><label><input type="checkbox" checked>Cross-sectional data analyses</label></p></li>
|
||||
<li><p><label><input type="checkbox">Longitudinal data analyses</label></p></li>
|
||||
<li><p><label><input type="checkbox">Survival analysis</label></p></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>More detailed variable browser</p>
|
||||
<ul class="task-list">
|
||||
<li><p><label><input type="checkbox" checked>Add histograms for data distribution. 2025-01-16</label></p></li>
|
||||
<li><p><label><input type="checkbox" checked>Option to edit labels. 2025-01-16</label></p></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>More output controls</p>
|
||||
<ul class="task-list">
|
||||
<li><p><label><input type="checkbox">Theming output tables</label></p></li>
|
||||
<li><p><label><input type="checkbox">Select analyses to include in report</label></p></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><p><label><input type="checkbox">Plot regression analyses results</label></p></li>
|
||||
<li><p><label><input type="checkbox" checked>Export modified data. 2025-01-16</label></p></li>
|
||||
<li><p><label><input type="checkbox">Include reproducible code for all steps</label></p></li>
|
||||
<li><p><label><input type="checkbox" checked><del>Modify factor levels</del> Factor level modifications is possible through converting factors to numeric > cutting numeric with desired fixed values. 2024-12-12</label></p></li>
|
||||
<li><p><label><input type="checkbox" checked>More options for date/datetime/time grouping/factoring. Included weekday and month-only options. 2024-12-12</label></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section level2">
|
||||
<h2 id="install-locally">Install locally<a class="anchor" aria-label="anchor" href="#install-locally"></a>
|
||||
</h2>
|
||||
<p>The <strong><em>freesearcheR</em></strong>-tool can also be launched locally. Any data.frame available in the global environment will be accessible from the interface.</p>
|
||||
|
|
@ -165,11 +130,11 @@
|
|||
|
||||
|
||||
<footer><div class="pkgdown-footer-left">
|
||||
<p>Developed by Andreas Gammelgaard Damsbo.</p>
|
||||
<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.1.</p>
|
||||
</div>
|
||||
|
||||
<div class="pkgdown-footer-right">
|
||||
<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.1.</p>
|
||||
<p>Developed by Andreas Gammelgaard Damsbo. Provided without <strong>any warranty</strong>.</p>
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue