correlation icon indicating copy to clipboard operation
correlation copied to clipboard

Fix partial matching

Open olivroy opened this issue 1 week ago • 0 comments

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

olivroy avatar Jun 28 '24 13:06 olivroy