You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New features
The as_rtf() method is now available for fixed_design and gs_design objects for generating RTF table outputs (@fukuhiro2023, #278).
Bug fixes
gs_power_wlr() and to_integer() now check and convert integer sample size more rigorously (#322).
gs_design_*() now handle exceptions explicitly when all hazard ratio is set to 1 throughout the study (#301).
fixed_design_rd() will not generate warnings due to the previous default value change of h1_spending (#296).
Improvements
gs_power_ahr() now runs twice as fast by using data.table and other performance optimizations (#295), enhanced by similar improvements in gs_info_ahr() and pw_info() (#300).
Enrollment and failure rate input constructors and validators are refactored to check only the format instead of the class. This change reduces the number of warning messages and catches real exceptions as errors properly (#316).
Nested functions are refactored into reusable internal functions, to improve code rigor, avoid potential scoping pitfalls, and facilitate debugging (#235).
For fixed designs, the variable names of the table outputs from to_integer() and summary() are updated (#292).