Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failures on R-devel #251

Closed
IndrajeetPatil opened this issue Sep 12, 2023 · 0 comments · Fixed by #248
Closed

Fix failures on R-devel #251

IndrajeetPatil opened this issue Sep 12, 2023 · 0 comments · Fixed by #248
Labels
bug 🐛 an unexpected problem or unintended behavior

Comments

@IndrajeetPatil
Copy link
Owner

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

@IndrajeetPatil IndrajeetPatil added the bug 🐛 an unexpected problem or unintended behavior label Sep 12, 2023
IndrajeetPatil added a commit that referenced this issue Sep 12, 2023
@IndrajeetPatil IndrajeetPatil linked a pull request Sep 12, 2023 that will close this issue
IndrajeetPatil added a commit that referenced this issue Sep 12, 2023
* update comment

* bump Pandoc and update linters

* bump versions

* bump to devel

* get rid of note about Rd cross-references

* get rid of new lints

* Update global_vars.R

* update workflows

* fixes warning in example?

* revert correlation version bump

* Apply automatic changes

* just suppress warnings

* fix lints

* minor

* Fix failures on R-devel

closes #251

---------

Co-authored-by: IndrajeetPatil <IndrajeetPatil@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant