IndrajeetPatil / statsExpressions

Tidy data frames and expressions with statistical summaries 📜
https://indrajeetpatil.github.io/statsExpressions/
Other
311 stars 20 forks source link

Fix failures on R-devel #251

Closed IndrajeetPatil closed 10 months ago

IndrajeetPatil commented 10 months ago

Dear maintainer,

Please see the problems shown on https://cran.r-project.org/web/checks/check_results_statsExpressions.html.

The errors for r-devel are from a recent change in r-devel fixing the long-standing PR#14359, to the effect that the formula methods for t and Wilcoxon tests defer NA handling to the default method, and do not allow 'paired' arguments.

To use the formula interface for a paired test, please use

t.test(Pair(x, y) ~ 1, .....)

Please correct before 2023-09-26 to safely retain your package on CRAN.

Best, -k