FreesearchR/news/index.html

87 lines
6.6 KiB
HTML

<!DOCTYPE html>
<!-- Generated by pkgdown: do not edit by hand --><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Changelog • freesearcheR</title><script src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link href="../deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="../deps/Montserrat-0.4.9/font.css" rel="stylesheet"><link href="../deps/Public_Sans-0.4.9/font.css" rel="stylesheet"><link href="../deps/font-awesome-6.5.2/css/all.min.css" rel="stylesheet"><link href="../deps/font-awesome-6.5.2/css/v4-shims.min.css" rel="stylesheet"><script src="../deps/headroom-0.11.0/headroom.min.js"></script><script src="../deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="../deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="../deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="../deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="../deps/search-1.0.0/fuse.min.js"></script><script src="../deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><link href="../extra.css" rel="stylesheet"><meta property="og:title" content="Changelog"></head><body>
<a href="#main" class="visually-hidden-focusable">Skip to contents</a>
<nav class="navbar navbar-expand-lg fixed-top bg-primary" data-bs-theme="dark" aria-label="Site navigation"><div class="container">
<a class="navbar-brand me-2" href="../index.html">freesearcheR</a>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.3.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">
<span class="navbar-toggler-icon"></span>
</button>
<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="../QA.html">Q&amp;A</a></li>
<li class="active nav-item"><a class="nav-link" href="../news/index.html">Changelog</a></li>
</ul><ul class="navbar-nav"><li class="nav-item"><form class="form-inline" role="search">
<input class="form-control" type="search" name="search-input" id="search-input" autocomplete="off" aria-label="Search site" placeholder="Search for" data-search-index="../search.json"></form></li>
<li class="nav-item"><a class="external-link nav-link" href="https://github.com/agdamsbo/freesearcheR/" aria-label="GitHub"><span class="fa fab fa-github fa-lg"></span></a></li>
</ul></div>
</div>
</nav><div class="container template-news">
<div class="row">
<main id="main" class="col-md-9"><div class="page-header">
<h1>Changelog</h1>
<small>Source: <a href="https://github.com/agdamsbo/freesearcheR/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.3.1" id="freesearcher-2531">freesearcheR 25.3.1<a class="anchor" aria-label="anchor" href="#freesearcher-2531"></a></h2>
<p>First steps towards a more focused and simplified interface.</p>
<p>Focus will be on ease of use, handling basic functionality for data inspection and descriptive analyses.</p>
<p>Inspired by the Stroke Center implementation guidelines of the WSO, we will apply a similar approach to this project in order to keep the interface simple and robust. Basic functions for descriptive analyses and data browsing are the basics. More advanced features like regression analyses are added for learning purposes, but really should be done by one self in software like <em>R</em> to ensure learning and reproducibility.</p>
<p>Teal dependencies removed. The teal framework really seems very powerful and promising, but it will also mean less control and more clutter. May come up again later.</p>
<p>All main components have been implemented:</p>
<ul><li><p>Data import from different sources</p></li>
<li><p>Data management (variable creation, re-classing, naming, labelling and more)</p></li>
<li><p>Basic data comparisons and descriptive analyses</p></li>
<li><p>Basic data visualisations with a select set of plot types great for publication purposes</p></li>
<li><p>Regression analysis of basic clinical cross-sectional data (mixed models of repeated measures and survival analyses is on the table)</p></li>
<li><p>Export of outputs (descriptive analyses and regression) as well as modified dataset (code is also showed, but not working as it should)</p></li>
</ul><p>Next steps are:</p>
<ul><li><p>Polished code export</p></li>
<li><p>Improved workflow and descriptive text as well as thorough step-wise guide/documentation (possibly with small videos)</p></li>
<li><p>Implement in clinical projects</p></li>
<li><p>Implement in data analysis courses</p></li>
<li><p>Extensive testing and bug squashing</p></li>
</ul></div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="25.1.1" id="freesearcher-2511">freesearcheR 25.1.1<a class="anchor" aria-label="anchor" href="#freesearcher-2511"></a></h2>
<ul><li><p>UI tweaks.</p></li>
<li><p>NEW: Option to set class as <code>hms</code> using the <a href="https://hms.tidyverse.org/" class="external-link">hms</a> package.</p></li>
<li><p>NEW: summary grid with sparklines.</p></li>
<li><p>Speed improvements and better regression analysis handling. Preparations for extending analysis options and study designs.</p></li>
</ul></div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="24.12.1" id="freesearcher-24121">freesearcheR 24.12.1<a class="anchor" aria-label="anchor" href="#freesearcher-24121"></a></h2>
<ul><li>Initial release for Zenodo.</li>
</ul></div>
</main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2>
</nav></aside></div>
<footer><div class="pkgdown-footer-left">
<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>Developed by Andreas Gammelgaard Damsbo. Provided without <strong>any warranty</strong>.</p>
</div>
</footer></div>
</body></html>