Deploying to gh-pages from @ agdamsbo/REDCapCAST@65f27aa862 🚀

This commit is contained in:
agdamsbo 2026-01-28 21:07:15 +00:00
commit 453c1a440a
7 changed files with 26 additions and 9 deletions

View file

@ -38,10 +38,17 @@
<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="26.1.1" id="redcapcast-2611">REDCapCAST 26.1.1<a class="anchor" aria-label="anchor" href="#redcapcast-2611"></a></h2>
<p>25.11.1 was never pushed to CRAN, so this fills in for that.</p>
<ul><li><p>FIX: spelling</p></li>
<li><p>FIX: Suggested dependencies were trimmed including {styler}.</p></li>
</ul></div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="25.11.1" id="redcapcast-25111">REDCapCAST 25.11.1<a class="anchor" aria-label="anchor" href="#redcapcast-25111"></a></h2>
<ul><li><p>FIX: logiccals exported as numeric for data upload</p></li>
<ul><li><p>FIX: logicals exported as numeric for data upload</p></li>
<li><p>FIX: improved name cleaning</p></li>
<li><p>FIX: use the more robust readr::write_csv() to export data.</p></li>
</ul></div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="25.3.2" id="redcapcast-2532">REDCapCAST 25.3.2<a class="anchor" aria-label="anchor" href="#redcapcast-2532"></a></h2><p class="text-muted">CRAN release: 2025-03-10</p>

View file

@ -1,11 +1,21 @@
# Changelog
## REDCapCAST 26.1.1
25.11.1 was never pushed to CRAN, so this fills in for that.
- FIX: spelling
- FIX: Suggested dependencies were trimmed including {styler}.
## REDCapCAST 25.11.1
- FIX: logiccals exported as numeric for data upload
- FIX: logicals exported as numeric for data upload
- FIX: improved name cleaning
- FIX: use the more robust readr::write_csv() to export data.
## REDCapCAST 25.3.2
CRAN release: 2025-03-10