Skip to content
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ images
^cran-comments.md$

.claude
^CLAUDE\.md$
12 changes: 8 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# cardinalfda 0.2.0.9003

* Initial release.
* Added `make_table_02()` to produce FDA Table 2 (Baseline Demographic and Clinical Characteristics, Safety Population). The function filters for the safety population, builds a `gtsummary` table with continuous (mean/SD, median/range) and categorical (n/%) summaries by treatment arm, and optionally returns the intermediate ARD (`return_ard = TRUE`).
* Moved `dplyr` from `Suggests` to `Imports` to support `make_table_02()`.
* Added `run_template()` and moved each table's full script into `inst/templates/`, so the catalog scripts are the single source of truth and tests run them directly.
* Moved `dplyr` from `Suggests` to `Imports` to support `make_table_02()`.
* FDA Table 9 (individual subject deaths) now builds its listing with `crane::tbl_listing()` instead of `gtsummary::as_gtsummary()`, so it is classed as a listing.
* Added `run_template()` and moved each table's full script into `inst/templates/`, so the catalog scripts are the single source of truth and tests run them directly.

# cardinalfda 0.2.0

* Initial release.
* Added `make_table_02()` to produce FDA Table 2 (Baseline Demographic and Clinical Characteristics, Safety Population). The function filters for the safety population, builds a `gtsummary` table with continuous (mean/SD, median/range) and categorical (n/%) summaries by treatment arm, and optionally returns the intermediate ARD (`return_ard = TRUE`).
Loading
Loading