Skip to content

Commit cc4a66a

Browse files
update news and cran comments
1 parent 6c42097 commit cc4a66a

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

NEWS.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# tidyCDISC 0.2.2
22

3-
* Update wordlist
4-
* Add Ryan Harrison as author
5-
6-
### Population Explorer
7-
* Refactor KM plots from plotly to ggsurvfit
8-
* Add estimated median table to KM plot
9-
* Add estimate survival probabilities table to KM plot
10-
* Add time-axis ticks configuration to KM plot
11-
* Enable multiple groups to KM plot
12-
* Add Cox PH Hazard Ratios table to KM plot
3+
### General
134
* Add ADaM validation functions
145
* Allow more input file types: csv, parquet, txt, xls, xlsx
6+
* Add Ryan Harrison as author
7+
8+
### Population Explorer - KM plots
9+
* Refactor from plotly to ggsurvfit
10+
* Add estimated median table
11+
* Add estimate survival probabilities table
12+
* Add time-axis ticks configuration
13+
* Enable multiple groups
14+
* Add Cox PH Hazard Ratios table
1515

1616
# tidyCDISC 0.2.1 (CRAN Release)
1717

cran-comments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# Submission of `v0.2.1`
2-
This is a new CRAN release, it's predecessor being `v0.2.0`. This version fixes some bugs and introduces some minor new features.
1+
# Submission of `v0.2.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. It also includes minor improvements to the Kaplan Meier Plot modules of the Shiny app.
33

44
## R CMD Check
55
0 errors | 0 warnings | 1 note
66

77
The 1 `NOTE`s included:
88
```
99
checking package dependencies ... NOTE
10-
Imports includes 25 non-default packages.
10+
Imports includes 37 non-default packages.
1111
Importing from so many packages makes the package vulnerable to any of
1212
them becoming unavailable. Move as many as possible to Suggests and
1313
use conditionally.
1414
```
1515

1616
To address the note: there have been no additional dependencies introduced to the package since the last CRAN release (`v0.2.0`). For reference, here was my justification for this note previously:
1717

18-
> `tidyCDISC` is (nearly) a "one stop shop" application for clinical reporting in the pharmaceutical space. As such, it leverages many modules to perform many tasks. Many tasks require many packages. While preparing for CRAN submission, we've surgically paired down the dependency list from 35 packages to 25 that (I feel) are necessary. And those that remain are primarily "mainstream" packages, meaning they are maintained by reputable & well known authors & dev teams in the R community.
18+
> `tidyCDISC` is (nearly) a "one stop shop" application for clinical reporting in the pharmaceutical space. As such, it leverages many modules to perform many tasks. Many tasks require many packages. While preparing for CRAN submission, we've surgically paired down the dependency list to 37 packages that (I feel) are necessary. These are primarily "mainstream" packages, meaning they are maintained by reputable & well known authors & dev teams in the R community.
1919
2020
### Test Environments
2121

0 commit comments

Comments
 (0)