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
When register_S4_method() gets called, but a S7_base_class is in the signature, it seems to fail because vanilla S7_base_class does not have any properties:
str(S7::class_list)
#> <S7_base_class>: <list>S7::class_list@name#> Error in S7::class_list@name: no applicable method for `@` applied to an object of class "S7_base_class"
When
register_S4_method()
gets called, but aS7_base_class
is in the signature, it seems to fail because vanillaS7_base_class
does not have any properties:S7/R/method-register.R
Lines 242 to 247 in b5cf389
Created on 2024-10-20 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: