From 27a17149cb7191d838da433a83f89dde750f2745 Mon Sep 17 00:00:00 2001 From: agdamsbo <43278243+agdamsbo@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:50:53 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20agdamsbo?= =?UTF-8?q?/REDCapCAST@ce6bda19bb6fe37c50dca9745c9d7b52a8058331=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- llms.txt | 2 +- news/index.html | 1 + news/index.md | 4 ++++ pkgdown.yml | 2 +- reference/clean_redcap_name.html | 2 ++ reference/clean_redcap_name.md | 2 ++ reference/create_instrument_meta.html | 11 +++++++---- reference/create_instrument_meta.md | 10 +++++----- reference/cut_string_length.html | 2 +- reference/cut_string_length.md | 2 +- reference/index.html | 2 +- reference/index.md | 2 +- reference/strsplitx.html | 6 ++++-- reference/strsplitx.md | 6 ++++-- search.json | 2 +- 15 files changed, 36 insertions(+), 20 deletions(-) diff --git a/llms.txt b/llms.txt index cf17db4..775646f 100644 --- a/llms.txt +++ b/llms.txt @@ -119,7 +119,7 @@ contributing to this project, you agree to abide by its terms. - [`create_html_table()`](https://agdamsbo.github.io/REDCapCAST/reference/create_html_table.md) : Create two-column HTML table for data piping in REDCap instruments - [`create_instrument_meta()`](https://agdamsbo.github.io/REDCapCAST/reference/create_instrument_meta.md) - : DEPRICATED Create zips file with necessary content based on data set + : DEPRECATED Create zips file with necessary content based on data set - [`cut_string_length()`](https://agdamsbo.github.io/REDCapCAST/reference/cut_string_length.md) : Cut string to desired length - [`d2w()`](https://agdamsbo.github.io/REDCapCAST/reference/d2w.md) : diff --git a/news/index.html b/news/index.html index 168d821..d20777d 100644 --- a/news/index.html +++ b/news/index.html @@ -43,6 +43,7 @@

25.11.1 was never pushed to CRAN, so this fills in for that.

REDCapCAST 25.11.1

diff --git a/news/index.md b/news/index.md index 020cd51..5837058 100644 --- a/news/index.md +++ b/news/index.md @@ -8,6 +8,10 @@ - FIX: Suggested dependencies were trimmed including {styler}. +- FIX: export_redcap_instrument was updated to include default file name + for the instrument zip. Ensures custom names has correct file + extension. + ## REDCapCAST 25.11.1 - FIX: logicals exported as numeric for data upload diff --git a/pkgdown.yml b/pkgdown.yml index da5018f..2ca23fb 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -5,7 +5,7 @@ articles: Database-creation: Database-creation.html REDCapCAST: REDCapCAST.html Shiny-app: Shiny-app.html -last_built: 2026-01-28T21:38Z +last_built: 2026-01-28T21:50Z urls: reference: https://agdamsbo.github.io/REDCapCAST/reference article: https://agdamsbo.github.io/REDCapCAST/articles diff --git a/reference/clean_redcap_name.html b/reference/clean_redcap_name.html index a3e264e..ccaa16f 100644 --- a/reference/clean_redcap_name.html +++ b/reference/clean_redcap_name.html @@ -71,6 +71,8 @@ Trying to make up for different naming conventions.

Examples

"Research!, ne:ws? and c;l-.ls" |> clean_redcap_name()
 #> [1] "research_news_and_clls"
+"8_new_TEST_" |> clean_redcap_name()
+#> [1] "8_new_test"