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 partial matching issues #216

Merged
merged 4 commits into from
Oct 16, 2024
Merged

Fix partial matching issues #216

merged 4 commits into from
Oct 16, 2024

Conversation

polettif
Copy link
Contributor

While preparing for the release I noticed some partial argument matching issues which might lead to bugs. AFAIK there's no easy way to spot them, I just set this

options(warnPartialMatchArgs = TRUE)
options(warnPartialMatchDollar = TRUE)
options(warnPartialMatchAttr = TRUE)
options(warn = 2)

in my .Rprofile and then sourced the tests manually, knitted the vignettes and ran devtools::run_examples(run_donttest = TRUE, run_dontrun = TRUE).

@polettif polettif merged commit 8c5a71f into master Oct 16, 2024
5 checks passed
@polettif polettif deleted the dev/partial_matching branch October 16, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant