Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion R/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
))


4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading