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
Copy file name to clipboardExpand all lines: vignettes/namespace.Rmd
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ bizarro <- function(x, ...) {
58
58
59
59
While S3 methods are regular functions with a special naming scheme, their "export" works a bit differently.
60
60
S3 methods are exported only in the sense that calling the generic with the appropriate class will call the method; a user can't directly access the method definition by typing its name.
61
-
A more technically correctly term would be to say that the method is **registered** so that the generics can find it.
61
+
A more technically correct term would be to say that the method is **registered** so that the generics can find it.
62
62
63
63
You must register, i.e. `@export`, every S3 method regardless of whether or not the generic is exported.
0 commit comments