New features

  • Added adjust = "t" for Mielke’s strong k-out-of-m adjustment.
  • Added endpoint selection controls for diagnostic and sample-size plots.
  • Expanded the count-outcome workflow to include Poisson and negative-binomial sensitivity analyses and additional documentation.

Bug fixes

  • Improved update() handling for comparator and endpoint information, including updated means, standard deviations, and covariance inputs.
  • Corrected negative-binomial dispersion scaling for aggregate counts in parallel designs.
  • Improved Monte Carlo stability and precision diagnostics.

Bug Fixes

  • Fixed runtime error: Resolved an issue where a negative value (-1) was incorrectly assigned to an unsigned int, leading to a runtime error:
    “-1 is outside the range of representable values of type ‘unsigned int’”.
    The fix involved replacing arma::uvec with arma::ivec to correctly handle signed integers in relevant functions.
  • Fixed CRAN review issues: expanded description, added references, documented function outputs.
  • Initial CRAN submission.