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 ran it with stats package 3.6.2 and it worked. Then again with version 4.0.0 and I got the same error.
When I run class(ptest) in both environments they bot return "htest"
I think it has something to do with missing @export tags / NAMESPACE? Even though sloop::s3_dispatch(ptest) does show that it's dispatching on the explain.default method.
I don't know enough about the magic to understand why, but I got it to work by:
I just tried to run the example
and got the following message
Am I missing something here or did maybe the class of objects from
prop.test()
change recently?The text was updated successfully, but these errors were encountered: