Releases: johnsonandjohnson/junco
Releases · johnsonandjohnson/junco
CRAN v0.1.4
Full Changelog: v0.1.3...v0.1.4
What's Changed
- Update pkgdown.yaml to pkgdown@2.2.0 by @munoztd0 in #101
- Hotfix: Argument "label_width_ins" in tt_to_tlgrtf() not passed recursively #166 by @eanokian in #167
- Reinstate rbmi by @munoztd0 in #187
- Hotfix in tt_to_tlgrtf() when exporting an empty listing do not lose … by @eanokian in #178
- Hotfix CRAN: addresses #182: "caption" paragraph style is now handled by flextable… by @eanokian in #184
- 196 feature request make overall tests shorter for cran by @munoztd0 in #198
Cran release 0.1.3
v.0.1.2
What's Changed
- only exporting 4 h_* functions by @eanokian in #21
- Export
rbmi_pool()by @rmao6 in #22 string_to_title()update to handle factors by @wwojciech in #26- Remove some unused functions by @rmao6 in #28
- Dev roxygendoc by @iaugusty in #20
- Update pruning_functions.R by @eanokian in #32
- Dev bug freq combos by @iaugusty in #31
- Add changelog by @munoztd0 in #62
- Replace data frames in examples by @rmao6 in #30
- tt_to_tlgrtf() using rtables::validate_table_struct() resolves #58 by @munoztd0 in #59
- Added function for Clinpharm by @munoztd0 in #86
- 103: Add SE column to
summarize_lsmeans_wide()by @danielinteractive in #105 - Fix 102 bug inappropriate warnings from cond rm facets function by @munoztd0 in #107
- cmhrms and row mean score: addresses #97 by @iaugusty in #98
- a_maxlev fun update:
denom_dfargument replaced by.alt_df_full. by @wwojciech in #114 - Added
a_two_tier()analysis function by @wwojciech in #122 - address bug #120: a_freq_j() - risk diff. Suspected results in the presence of upper row-split and no alt_counts_df by @iaugusty in #123
- Release rbmi suggests by @munoztd0 in #112
- 116 tt to tbldf function behavior with invalid structures by @munoztd0 in #124
- 126: adjust for tern updates by @danielinteractive in #127
- check mac tests by @munoztd0 in #131
- 70 formatting function round type by @gmbecker in #76
- 40 docx exporter by @eanokian in #118
New Contributors
- @wwojciech made their first contribution in #26
Full Changelog: v0.1.1...v0.1.2-rc1
hotfix September 2025
What's Changed
- Fix bug in s_summarize_desc_j function to handle sparse data (zero variance) cases (#78) by @iaugusty in #79
Full Changelog: v0.1.1...v0.1.1.1
v0.1.1
This is the first CRAN release.
The junco R package contains analysis functions to create tables and listings used for clinical trial reporting. It complements the tern package by providing additional statistical analysis capabilities.
The package provides a range of functionality, such as:
Statistical analysis (ANCOVA, MMRM, Cox regression, Kaplan-Meier)
Calculation of odds ratios, relative risks, and proportion differences
Event incidence rate analysis
Frequency tabulations and summarizations
Reference-based multiple imputation (RBMI) for handling missing data
Production-ready RTF exporter for listings and tables (see [tt_to_tbldf](https://johnsonandjohnson.github.io/junco/reference/tt_to_tlgrtf.html))
Creation of tables, listings, and graphs (TLGs)