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

@ -54,14 +54,14 @@
<h2 id="citation">Citation</h2>
<p><small class="dont-index">Source: <a href="https://github.com/agdamsbo/REDCapCAST/blob/main/DESCRIPTION" class="external-link"><code>DESCRIPTION</code></a></small></p>
<p>Damsbo A, Egeler P (2025).
<p>Damsbo A, Egeler P (2026).
<em>REDCapCAST: REDCap Metadata Casting and Castellated Data Handling</em>.
R package version 25.11.1, <a href="https://github.com/agdamsbo/REDCapCAST" class="external-link">https://github.com/agdamsbo/REDCapCAST</a>.
</p>
<pre>@Manual{,
title = {REDCapCAST: REDCap Metadata Casting and Castellated Data Handling},
author = {Andreas Gammelgaard Damsbo and Paul Egeler},
year = {2025},
year = {2026},
note = {R package version 25.11.1},
url = {https://github.com/agdamsbo/REDCapCAST},
}</pre>

View file

@ -12,14 +12,14 @@
Source:
[`DESCRIPTION`](https://github.com/agdamsbo/REDCapCAST/blob/main/DESCRIPTION)
Damsbo A, Egeler P (2025). *REDCapCAST: REDCap Metadata Casting and
Damsbo A, Egeler P (2026). *REDCapCAST: REDCap Metadata Casting and
Castellated Data Handling*. R package version 25.11.1,
<https://github.com/agdamsbo/REDCapCAST>.
@Manual{,
title = {REDCapCAST: REDCap Metadata Casting and Castellated Data Handling},
author = {Andreas Gammelgaard Damsbo and Paul Egeler},
year = {2025},
year = {2026},
note = {R package version 25.11.1},
url = {https://github.com/agdamsbo/REDCapCAST},
}

File diff suppressed because one or more lines are too long

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

View file

@ -5,7 +5,7 @@ articles:
Database-creation: Database-creation.html
REDCapCAST: REDCapCAST.html
Shiny-app: Shiny-app.html
last_built: 2025-11-14T14:10Z
last_built: 2026-01-28T21:06Z
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