Merge branch 'main' into 1001_fix_mismatch_rows_ARD_stat_string@main · insightsengineering/rtables@45f7eb6 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -6,7 +6,7 @@ default_language_version: | ||
| 6 | 6 | python: python3 |
| 7 | 7 | repos: |
| 8 | 8 | - repo: https://github.com/lorenzwalthert/precommit |
| 9 | -rev: v0.4.3.9003 | |
| 9 | +rev: v0.4.3.9005 | |
| 10 | 10 | hooks: |
| 11 | 11 | - id: roxygenize |
| 12 | 12 | additional_dependencies: |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -3,4 +3,7 @@ | ||
| 3 | 3 | - insightsengineering/tern.mmrm |
| 4 | 4 | - insightsengineering/tern.rbmi |
| 5 | 5 | - insightsengineering/scda.test |
| 6 | +- insightsengineering/chevron | |
| 7 | +- insightsengineering/rtables.officer | |
| 8 | +- insightsengineering/autoslider.core | |
| 6 | 9 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | Package: rtables |
| 2 | 2 | Title: Reporting Tables |
| 3 | -Version: 0.6.11.9010 | |
| 4 | -Date: 2025-02-28 | |
| 3 | +Version: 0.6.11.9011 | |
| 4 | +Date: 2025-03-13 | |
| 5 | 5 | Authors@R: c( |
| 6 | 6 | person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut", |
| 7 | 7 | comment = "Original creator of the package"), |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| 1 | -## rtables 0.6.11.9010 | |
| 1 | +## rtables 0.6.11.9011 | |
| 2 | 2 | |
| 3 | 3 | ### New Features |
| 4 | 4 | * Added `stat_string` to `as_result_df(make_ard = TRUE)` to preserve the original string representation of the statistics. |