You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across the following pattern for checking class membership: is.element("msts", class(object$x)), which is equivalent to "msts" %in% class(object$x), but not yet checked by the class_equals_linter. Perhaps this could be an additonal check.
The text was updated successfully, but these errors were encountered:
I came across the following pattern for checking class membership:
is.element("msts", class(object$x))
, which is equivalent to"msts" %in% class(object$x)
, but not yet checked by the class_equals_linter. Perhaps this could be an additonal check.The text was updated successfully, but these errors were encountered: