Deploying to gh-pages from @ agdamsbo/REDCapCAST@7d82eeebd4 🚀

This commit is contained in:
agdamsbo 2024-12-19 20:24:15 +00:00
commit 6144bd5f6d
9 changed files with 91 additions and 10 deletions

View file

@ -38,7 +38,11 @@
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="24.11.4" id="redcapcast-24114">REDCapCAST 24.11.4<a class="anchor" aria-label="anchor" href="#redcapcast-24114"></a></h2>
<h2 class="pkg-version" data-toc-text="24.12.2" id="redcapcast-24122">REDCapCAST 24.12.2<a class="anchor" aria-label="anchor" href="#redcapcast-24122"></a></h2>
<p>The newly introduced extension of <code><a href="https://forcats.tidyverse.org/reference/fct_drop.html" class="external-link">forcats::fct_drop()</a></code> has been corrected to work as intended as a method.</p>
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="24.12.1" id="redcapcast-24121">REDCapCAST 24.12.1<a class="anchor" aria-label="anchor" href="#redcapcast-24121"></a></h2><p class="text-muted">CRAN release: 2024-12-02</p>
<p>This release attempts to solve problems hosting the shiny_cast app, while also implementing functions to preserve as much meta data as possible from the REDCap database when exporting data.</p>
<p>The hosting on shinyapps.io has given a lot of trouble recently. Modified package structure a little around the <code><a href="../reference/shiny_cast.html">shiny_cast()</a></code>, to accommodate an alternative hosting approach with all package functions included in a script instead of requiring the package.</p>
<ul><li><p>NEW: A new option to <code>raw_or_label</code> in <code>read_readcap_tables()</code> has been added: “both”. Get raw values with REDCap labels applied as labels. Use <code><a href="../reference/as_factor.html">as_factor()</a></code> to format factors with original labels and use the <code>gtsummary</code> package to easily get beautiful tables with original labels from REDCap. Use <code><a href="../reference/fct_drop.html">fct_drop()</a></code> to drop empty levels.</p></li>