Follow

Regular reminder to set

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

In your package test suite! Relying on partial matching is risky business for a package. Nip it in the bud!

· · 3 · 13 · 28