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/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" )) 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