easystats / correlation

:link: Methods for Correlation Analysis
https://easystats.github.io/correlation/
Other
433 stars 55 forks source link

Fix partial matching #321

Closed olivroy closed 3 weeks ago

olivroy commented 3 months ago

with

options(
    warnPartialMatchArgs = TRUE,
    warnPartialMatchDollar = TRUE,
    warnPartialMatchAttr = TRUE
  )

to fix CI and make #320 pass

Still failures, but it's cleaner, and unrelated to the changes