From d96ac53f552953b43986893f4f4df990dbdf5311 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Tue, 13 Jan 2026 14:52:50 -0500 Subject: [PATCH 1/2] Add `id` global --- R/global.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/global.R b/R/global.R index 3ee7f870..649ef182 100644 --- a/R/global.R +++ b/R/global.R @@ -126,7 +126,8 @@ utils::globalVariables(c( "pval_hover", "sort_n", "v", "var", "var_rn", "where", "y", "type", "title" ,":=", - "DATE", "EVENT_TIME", "DATE_ST", "DECODE_ST", "DATE_EN", "DECODE_EN" + "DATE", "EVENT_TIME", "DATE_ST", "DECODE_ST", "DATE_EN", "DECODE_EN", + "id" )) From 4b724037d9062a181956334979275050e023314b Mon Sep 17 00:00:00 2001 From: aclark02-arcus Date: Fri, 30 Jan 2026 07:18:20 -0800 Subject: [PATCH 2/2] update description, news, cran-comments --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ cran-comments.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9ee87e15..1e3715a3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tidyCDISC Title: Quick Table Generation & Exploratory Analyses on ADaM-Ish Datasets -Version: 0.2.1 +Version: 0.2.2 Authors@R: c( person("Aaron", "Clark", , "clark.aaronchris@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0123-0970")), diff --git a/NEWS.md b/NEWS.md index 4eb72db7..6bea0e55 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,8 @@ +# tidyCDISC 0.2.2 (CRAN Release) + +* Fixes a small R CMD Check bug that was introduced with `dplyr v1.2.0`, released to CRAN 2026-01-31. + # tidyCDISC 0.2.1 (CRAN Release) ### General diff --git a/cran-comments.md b/cran-comments.md index f740a313..6d9f903c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,5 @@ -# Submission of `v0.2.1` -This is a new CRAN release, it's predecessor being `v0.2.0`. This version fixes some bugs and introduces some minor new features. +# Submission of `v0.2.2` +This is a new CRAN release, it's predecessor being `v0.2.1`. This version fixes a small R CMD Check bug that was introduced with the release of `dplyr v1.2.0`, set to release 2026-01-31. ## R CMD Check 0 errors | 0 warnings | 1 note