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.
Bug fixes
Fixed CRAN check errors related to R-devel changes in Wilcoxon tests. Updated tests to accept both legacy and R-devel p-values when exact conditional two-sample inference with ties is used (R-devel r88748). Tests now use flexible assertions to ensure compatibility across R versions (#220).
Fixed documentation formatting errors: removed trailing spaces in \item{} syntax in box_m.Rd and corrected {v} to \code{v} in wilcox_test.Rd (#220).
Fixed roxygen2 warning about sign.test() internal function by adding @noRd tag.