Deploying to gh-pages from @ agdamsbo/REDCapCAST@d8ca1d9eb1 🚀

This commit is contained in:
agdamsbo 2024-11-27 09:20:50 +00:00
parent cedf90e1db
commit 97174ea045
3 changed files with 4 additions and 3 deletions

View File

@ -39,7 +39,8 @@
<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>
<p>The hosting on shinyapps.io has given a lot of trouble recently. Modyfied 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>
<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>
<li><p>NEW: fct_drop() has been added with an extension to <code><a href="https://forcats.tidyverse.org/reference/fct_drop.html" class="external-link">forcats::fct_drop()</a></code>, that works across data.frames. Use as <code><a href="../reference/fct_drop.html">fct_drop()</a></code>.</p></li>
<li><p>CHANGE: the default data export method of <code><a href="../reference/easy_redcap.html">easy_redcap()</a></code> has been changed to use the new labelled data export with <code>read_readcap_tables()</code>.</p></li>

View File

@ -5,7 +5,7 @@ articles:
Database-creation: Database-creation.html
REDCapCAST: REDCapCAST.html
Shiny-app: Shiny-app.html
last_built: 2024-11-27T09:06Z
last_built: 2024-11-27T09:20Z
urls:
reference: https://agdamsbo.github.io/REDCapCAST/reference
article: https://agdamsbo.github.io/REDCapCAST/articles

File diff suppressed because one or more lines are too long