mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
Deploying to gh-pages from @ agdamsbo/REDCapCAST@4e7af7d01f 🚀
This commit is contained in:
parent
bcd4032804
commit
c27b9d9129
63 changed files with 3468 additions and 1094 deletions
|
|
@ -15,11 +15,11 @@
|
|||
</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>
|
||||
<ul class="navbar-nav me-auto"><li class="nav-item"><a class="nav-link" href="../articles/REDCapCAST.html">Get started</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="../reference/index.html">Reference</a></li>
|
||||
<li class="nav-item dropdown">
|
||||
<button class="nav-link dropdown-toggle" type="button" id="dropdown-articles" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">Articles</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="dropdown-articles"><li><a class="dropdown-item" href="../articles/Database-creation.html">Database-creation</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/Introduction.html">Introduction</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/Shiny-app.html">Shiny-app</a></li>
|
||||
</ul></li>
|
||||
<li class="active nav-item"><a class="nav-link" href="../news/index.html">Changelog</a></li>
|
||||
|
|
@ -37,6 +37,13 @@
|
|||
<small>Source: <a href="https://github.com/agdamsbo/REDCapCAST/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="24.11.2" id="redcapcast-24112">REDCapCAST 24.11.2<a class="anchor" aria-label="anchor" href="#redcapcast-24112"></a></h2>
|
||||
<p>24.11.1 was rejected on CRAN based on wrong title capitalisation. This was an opportunity to extend the package overhaul.</p>
|
||||
<p>Documentation has been updated. Data parser functions have been added (based on readr) and separated from the ds2dd_detailed().</p>
|
||||
<p>Vignettes and documentation have been restructured.</p>
|
||||
<p>This package has been detached from the REDCapRITS, which it was originally forked from. The data split function will be kept, while testing will be rewritten. This projects has evolved away from the original fork, so I think this detachment is fair.</p>
|
||||
</div>
|
||||
<div class="section level2">
|
||||
<h2 class="pkg-version" data-toc-text="24.11.1" id="redcapcast-24111">REDCapCAST 24.11.1<a class="anchor" aria-label="anchor" href="#redcapcast-24111"></a></h2>
|
||||
<p>Revised tests.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue